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 DriveInfoElasticStackApi. createDrive(Drive createDrive)create a new driveDriveInfoElasticStackApi. getDriveInfo(String uuid)DriveInfoElasticStackApi. 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 DriveInfoElasticStackComputeServiceAdapter. 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 DriveInfoElasticStackComputeServiceContextModule.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 ImageWellKnownImageToImage. 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 DriveInfoDriveInfo.Builder. build()Methods in org.jclouds.elasticstack.domain with parameters of type DriveInfo Modifier and Type Method Description static DriveInfo.BuilderDriveInfo.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 DriveInfoKeyValuesDelimitedByBlankLinesToDriveInfo. apply(HttpResponse response)DriveInfoMapToDriveInfo. 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 booleanDriveClaimed. apply(DriveInfo drive) 
 -