Modifier and Type | Method and Description |
---|---|
DriveInfo |
ElasticStackClient.createDrive(Drive createDrive)
create a new drive
|
DriveInfo |
ElasticStackClient.getDriveInfo(String uuid) |
DriveInfo |
ElasticStackClient.setDriveData(String uuid,
DriveData driveData)
set extra drive data
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.getDriveInfo(String uuid) |
Set<? extends DriveInfo> |
ElasticStackClient.listDriveInfo()
Get all drives info
|
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
ElasticStackAsyncClient.listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive) |
Modifier and Type | Method and Description |
---|---|
DriveInfo |
ElasticStackComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<DriveInfo> |
ElasticStackComputeServiceAdapter.listImages()
look up the current standard images and do not error out, if they are not
found.
|
Constructor and Description |
---|
ElasticStackComputeServiceAdapter(ElasticStackClient client,
com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
Map<String,WellKnownImage> preinstalledImages,
com.google.common.cache.LoadingCache<String,DriveInfo> cache,
String defaultVncPassword,
ExecutorService executor) |
ElasticStackComputeServiceAdapter(ElasticStackClient client,
com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
Map<String,WellKnownImage> preinstalledImages,
com.google.common.cache.LoadingCache<String,DriveInfo> cache,
String defaultVncPassword,
ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
DriveInfo |
ElasticStackComputeServiceContextModule.GetDrive.load(String input) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,DriveInfo> |
ElasticStackComputeServiceContextModule.cache(ElasticStackComputeServiceContextModule.GetDrive getDrive) |
protected com.google.common.base.Predicate<DriveInfo> |
ElasticStackComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed,
ComputeServiceConstants.Timeouts timeouts) |
Modifier and Type | Method and Description |
---|---|
Image |
WellKnownImageToImage.apply(DriveInfo drive) |
Constructor and Description |
---|
ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.LoadingCache<String,DriveInfo> cache) |
ServerInfoToNodeMetadata.GetImageIdFromServer(com.google.common.cache.LoadingCache<String,DriveInfo> cache) |
Modifier and Type | Method and Description |
---|---|
DriveInfo |
DriveInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static DriveInfo.Builder |
DriveInfo.Builder.fromDriveInfo(DriveInfo driveInfo) |
Modifier and Type | Method and Description |
---|---|
DriveInfo |
KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response) |
DriveInfo |
MapToDriveInfo.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Set<DriveInfo> |
ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
DriveClaimed.apply(DriveInfo drive) |
Copyright © 2009-2013 jclouds. All Rights Reserved.