org.jclouds.aws.ec2.compute.suppliers
Class AWSEC2ImageSupplier
java.lang.Object
org.jclouds.aws.ec2.compute.suppliers.AWSEC2ImageSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>>
@Singleton
public class AWSEC2ImageSupplier
- extends Object
- implements com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>>
- Author:
- Adrian Cole
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
Method Summary |
Set<? extends org.jclouds.compute.domain.Image> |
get()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
AWSEC2ImageSupplier
@Inject
protected AWSEC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions,
Map<String,String> queries,
@Named(value="jclouds.ec2.cc-regions")
String clusterRegions,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image>> cache,
CallForImages.Factory factory,
Set<String> clusterComputeIds,
@Named(value="jclouds.user-threads")
ExecutorService executor)
get
public Set<? extends org.jclouds.compute.domain.Image> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>>
Copyright © 2009-2013 jclouds. All Rights Reserved.