Uses of Class
org.jclouds.elasticstack.domain.DriveInfo

Packages that use DriveInfo
org.jclouds.elasticstack   
org.jclouds.elasticstack.compute   
org.jclouds.elasticstack.compute.config   
org.jclouds.elasticstack.compute.functions   
org.jclouds.elasticstack.domain   
org.jclouds.elasticstack.functions   
org.jclouds.elasticstack.predicates   
 

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)
           
 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)
           
 

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, 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)
           
 

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.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
 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.LoadingCache<String,DriveInfo> cache)
           
ServerInfoToNodeMetadata.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
 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)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.