Uses of Interface
org.jclouds.elasticstack.ElasticStackClient

Packages that use ElasticStackClient
org.jclouds.elasticstack   
org.jclouds.elasticstack.compute   
org.jclouds.elasticstack.compute.config   
org.jclouds.elasticstack.predicates   
 

Uses of ElasticStackClient in org.jclouds.elasticstack
 

Fields in org.jclouds.elasticstack with type parameters of type ElasticStackClient
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<ElasticStackClient,ElasticStackAsyncClient>> ElasticStackApiMetadata.CONTEXT_TOKEN
           
 

Uses of ElasticStackClient in org.jclouds.elasticstack.compute
 

Constructors in org.jclouds.elasticstack.compute with parameters of type ElasticStackClient
ElasticStackComputeServiceAdapter(ElasticStackClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, Map<String,WellKnownImage> preinstalledImages, com.google.common.cache.LoadingCache<String,DriveInfo> cache, String defaultVncPassword, com.google.common.util.concurrent.ListeningExecutorService userExecutor)
           
 

Uses of ElasticStackClient in org.jclouds.elasticstack.compute.config
 

Constructors in org.jclouds.elasticstack.compute.config with parameters of type ElasticStackClient
ElasticStackComputeServiceContextModule.GetDrive(ElasticStackClient client)
           
 

Uses of ElasticStackClient in org.jclouds.elasticstack.predicates
 

Constructors in org.jclouds.elasticstack.predicates with parameters of type ElasticStackClient
DriveClaimed(ElasticStackClient client)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.