Uses of Interface
org.jclouds.elasticstack.ElasticStackApi
-
Packages that use ElasticStackApi Package Description org.jclouds.elasticstack.compute org.jclouds.elasticstack.compute.config org.jclouds.elasticstack.predicates -
-
Uses of ElasticStackApi in org.jclouds.elasticstack.compute
Constructors in org.jclouds.elasticstack.compute with parameters of type ElasticStackApi 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)
-
Uses of ElasticStackApi in org.jclouds.elasticstack.compute.config
Constructors in org.jclouds.elasticstack.compute.config with parameters of type ElasticStackApi Constructor Description GetDrive(ElasticStackApi client)
-
Uses of ElasticStackApi in org.jclouds.elasticstack.predicates
Constructors in org.jclouds.elasticstack.predicates with parameters of type ElasticStackApi Constructor Description DriveClaimed(ElasticStackApi client)
-