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

Packages that use WellKnownImage
org.jclouds.elasticstack.compute   
org.jclouds.elasticstack.compute.config   
org.jclouds.elasticstack.compute.functions   
org.jclouds.elasticstack.domain   
org.jclouds.elasticstack.suppliers   
 

Uses of WellKnownImage in org.jclouds.elasticstack.compute
 

Constructor parameters in org.jclouds.elasticstack.compute with type arguments of type WellKnownImage
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 WellKnownImage in org.jclouds.elasticstack.compute.config
 

Methods in org.jclouds.elasticstack.compute.config that return types with arguments of type WellKnownImage
protected  com.google.common.base.Supplier<Map<String,WellKnownImage>> ElasticStackComputeServiceContextModule.provideImages(long seconds, com.google.common.base.Supplier<List<WellKnownImage>> wellKnownImageSupplier)
           
protected  com.google.common.base.Supplier<List<WellKnownImage>> ElasticStackComputeServiceContextModule.provideWellKnownImageSupplier(AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds, WellKnownImageSupplier uncached)
           
 

Method parameters in org.jclouds.elasticstack.compute.config with type arguments of type WellKnownImage
protected  com.google.common.base.Supplier<Map<String,WellKnownImage>> ElasticStackComputeServiceContextModule.provideImages(long seconds, com.google.common.base.Supplier<List<WellKnownImage>> wellKnownImageSupplier)
           
 

Uses of WellKnownImage in org.jclouds.elasticstack.compute.functions
 

Methods in org.jclouds.elasticstack.compute.functions that return WellKnownImage
 WellKnownImage StandardDriveToWellKnownImage.apply(StandardDrive input)
           
 

Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type WellKnownImage
WellKnownImageToImage(com.google.common.base.Supplier<org.jclouds.domain.Location> locationSupplier, com.google.common.base.Supplier<Map<String,WellKnownImage>> preinstalledImages, Map<String,org.jclouds.domain.Credentials> credentialStore)
           
 

Uses of WellKnownImage in org.jclouds.elasticstack.domain
 

Methods in org.jclouds.elasticstack.domain that return WellKnownImage
 WellKnownImage WellKnownImage.Builder.build()
           
 

Uses of WellKnownImage in org.jclouds.elasticstack.suppliers
 

Methods in org.jclouds.elasticstack.suppliers that return types with arguments of type WellKnownImage
 List<WellKnownImage> StandardDiskImageSupplier.get()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.