|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DriveInfo in org.jclouds.elasticstack |
---|
Methods in org.jclouds.elasticstack that return DriveInfo | |
---|---|
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 |
Methods in org.jclouds.elasticstack that return types with arguments of type DriveInfo | |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.createDrive(Drive createDrive)
|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.getDriveInfo(String uuid)
|
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> |
ElasticStackAsyncClient.listDriveInfo()
|
Set<? extends DriveInfo> |
ElasticStackClient.listDriveInfo()
Get all drives info |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
ElasticStackAsyncClient.setDriveData(String uuid,
DriveData setDrive)
|
Uses of DriveInfo in org.jclouds.elasticstack.compute |
---|
Methods in org.jclouds.elasticstack.compute that return types with arguments of type DriveInfo | |
---|---|
Iterable<DriveInfo> |
ElasticStackComputeServiceAdapter.listImages()
look up the current standard images and do not error out, if they are not found. |
Constructor parameters in org.jclouds.elasticstack.compute with type arguments of type DriveInfo | |
---|---|
ElasticStackComputeServiceAdapter(ElasticStackClient client,
com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
JustProvider locationSupplier,
Map<String,WellKnownImage> preinstalledImages,
com.google.common.cache.Cache<String,DriveInfo> cache,
String defaultVncPassword,
ExecutorService executor)
|
|
ElasticStackComputeServiceAdapter(ElasticStackClient client,
com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
JustProvider locationSupplier,
Map<String,WellKnownImage> preinstalledImages,
com.google.common.cache.Cache<String,DriveInfo> cache,
String defaultVncPassword,
ExecutorService executor)
|
Uses of DriveInfo in org.jclouds.elasticstack.compute.config |
---|
Methods in org.jclouds.elasticstack.compute.config that return DriveInfo | |
---|---|
DriveInfo |
ElasticStackComputeServiceContextModule.GetDrive.load(String input)
|
Methods in org.jclouds.elasticstack.compute.config that return types with arguments of type DriveInfo | |
---|---|
protected com.google.common.cache.Cache<String,DriveInfo> |
ElasticStackComputeServiceContextModule.cache(ElasticStackComputeServiceContextModule.GetDrive getDrive)
|
protected com.google.common.base.Predicate<DriveInfo> |
ElasticStackComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed,
ComputeServiceConstants.Timeouts timeouts)
|
Uses of DriveInfo in org.jclouds.elasticstack.compute.functions |
---|
Methods in org.jclouds.elasticstack.compute.functions with parameters of type DriveInfo | |
---|---|
Image |
WellKnownImageToImage.apply(DriveInfo drive)
|
Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type DriveInfo | |
---|---|
ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.Cache<String,DriveInfo> cache)
|
|
ServerInfoToNodeMetadata.GetImageIdFromServer(com.google.common.cache.Cache<String,DriveInfo> cache)
|
Uses of DriveInfo in org.jclouds.elasticstack.domain |
---|
Methods in org.jclouds.elasticstack.domain that return DriveInfo | |
---|---|
DriveInfo |
DriveInfo.Builder.build()
|
Methods in org.jclouds.elasticstack.domain with parameters of type DriveInfo | |
---|---|
static DriveInfo.Builder |
DriveInfo.Builder.fromDriveInfo(DriveInfo driveInfo)
|
Uses of DriveInfo in org.jclouds.elasticstack.functions |
---|
Methods in org.jclouds.elasticstack.functions that return DriveInfo | |
---|---|
DriveInfo |
KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response)
|
DriveInfo |
MapToDriveInfo.apply(Map<String,String> from)
|
Methods in org.jclouds.elasticstack.functions that return types with arguments of type DriveInfo | |
---|---|
Set<DriveInfo> |
ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response)
|
Uses of DriveInfo in org.jclouds.elasticstack.predicates |
---|
Methods in org.jclouds.elasticstack.predicates with parameters of type DriveInfo | |
---|---|
boolean |
DriveClaimed.apply(DriveInfo drive)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |