Uses of Class
org.jclouds.elasticstack.domain.DriveInfo
-
-
Uses of DriveInfo in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack that return DriveInfo Modifier and Type Method Description DriveInfo
ElasticStackApi. createDrive(Drive createDrive)
create a new driveDriveInfo
ElasticStackApi. getDriveInfo(String uuid)
DriveInfo
ElasticStackApi. setDriveData(String uuid, DriveData setDrive)
set extra drive dataMethods in org.jclouds.elasticstack that return types with arguments of type DriveInfo Modifier and Type Method Description Set<DriveInfo>
ElasticStackApi. listDriveInfo()
Get all drives info -
Uses of DriveInfo in org.jclouds.elasticstack.compute
Methods in org.jclouds.elasticstack.compute that return DriveInfo Modifier and Type Method Description DriveInfo
ElasticStackComputeServiceAdapter. getImage(String id)
Methods in org.jclouds.elasticstack.compute that return types with arguments of type DriveInfo Modifier and Type Method Description 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 Constructor Description ElasticStackComputeServiceAdapter(ElasticStackApi client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, com.google.common.cache.LoadingCache<String,DriveInfo> cache, String defaultVncPassword, com.google.common.util.concurrent.ListeningExecutorService userExecutor)
ElasticStackComputeServiceAdapter(ElasticStackApi client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, com.google.common.cache.LoadingCache<String,DriveInfo> cache, String defaultVncPassword, com.google.common.util.concurrent.ListeningExecutorService userExecutor)
-
Uses of DriveInfo in org.jclouds.elasticstack.compute.config
Methods in org.jclouds.elasticstack.compute.config that return DriveInfo Modifier and Type Method Description DriveInfo
ElasticStackComputeServiceContextModule.GetDrive. load(String input)
Methods in org.jclouds.elasticstack.compute.config that return types with arguments of type DriveInfo Modifier and Type Method 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)
-
Uses of DriveInfo in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type DriveInfo Modifier and Type Method Description Image
WellKnownImageToImage. apply(DriveInfo drive)
Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type DriveInfo Constructor Description DeviceToVolume(com.google.common.cache.LoadingCache<String,DriveInfo> cache)
GetImageIdFromServer(com.google.common.cache.LoadingCache<String,DriveInfo> cache)
-
Uses of DriveInfo in org.jclouds.elasticstack.domain
Methods in org.jclouds.elasticstack.domain that return DriveInfo Modifier and Type Method Description DriveInfo
DriveInfo.Builder. build()
Methods in org.jclouds.elasticstack.domain with parameters of type DriveInfo Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description boolean
DriveClaimed. apply(DriveInfo drive)
-