org.jclouds.aws.ec2.compute.suppliers
Class AWSRegionAndNameToImageSupplier
java.lang.Object
org.jclouds.aws.ec2.compute.suppliers.AWSRegionAndNameToImageSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Map<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image>>
@Singleton
public class AWSRegionAndNameToImageSupplier
- extends Object
- implements com.google.common.base.Supplier<Map<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image>>
- Author:
- Adrian Cole
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
Method Summary |
Map<org.jclouds.ec2.compute.domain.RegionAndName,? 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
AWSRegionAndNameToImageSupplier
@Inject
protected AWSRegionAndNameToImageSupplier(Set<String> regions,
@Named(value="jclouds.ec2.ami-query")
String amiQuery,
@Named(value="jclouds.ec2.cc-regions")
String clusterRegions,
@Named(value="jclouds.ec2.cc-ami-query")
String ccAmiQuery,
Map<org.jclouds.ec2.compute.domain.RegionAndName,org.jclouds.compute.domain.Image> images,
CallForImages.Factory factory,
Set<String> clusterComputeIds,
@Named(value="jclouds.user-threads")
ExecutorService executor)
get
public Map<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Map<org.jclouds.ec2.compute.domain.RegionAndName,? extends org.jclouds.compute.domain.Image>>
Copyright © 2009-2011 jclouds. All Rights Reserved.