Uses of Class
org.jclouds.elasticstack.domain.DriveInfo
Packages that use DriveInfo
Package
Description
-
Uses of DriveInfo in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack that return DriveInfoModifier and TypeMethodDescriptionElasticStackApi.createDrive
(Drive createDrive) create a new driveElasticStackApi.getDriveInfo
(String uuid) ElasticStackApi.setDriveData
(String uuid, DriveData setDrive) set extra drive dataMethods in org.jclouds.elasticstack that return types with arguments of type DriveInfo -
Uses of DriveInfo in org.jclouds.elasticstack.compute
Methods in org.jclouds.elasticstack.compute that return DriveInfoModifier and TypeMethodDescriptionMethods in org.jclouds.elasticstack.compute that return types with arguments of type DriveInfoModifier and TypeMethodDescriptionElasticStackComputeServiceAdapter.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 DriveInfoModifierConstructorDescriptionElasticStackComputeServiceAdapter
(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 DriveInfoModifier and TypeMethodDescriptionMethods in org.jclouds.elasticstack.compute.config that return types with arguments of type DriveInfoModifier and TypeMethodDescriptionElasticStackComputeServiceContextModule.cache
(ElasticStackComputeServiceContextModule.GetDrive getDrive) protected final 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 DriveInfoConstructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type DriveInfoModifierConstructorDescriptionDeviceToVolume
(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 DriveInfoMethods in org.jclouds.elasticstack.domain with parameters of type DriveInfoModifier and TypeMethodDescriptionstatic DriveInfo.Builder
DriveInfo.Builder.fromDriveInfo
(DriveInfo driveInfo) -
Uses of DriveInfo in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return DriveInfoModifier and TypeMethodDescriptionKeyValuesDelimitedByBlankLinesToDriveInfo.apply
(HttpResponse response) Methods in org.jclouds.elasticstack.functions that return types with arguments of type DriveInfoModifier and TypeMethodDescriptionListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply
(HttpResponse response) -
Uses of DriveInfo in org.jclouds.elasticstack.predicates
Methods in org.jclouds.elasticstack.predicates with parameters of type DriveInfo