| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.logging.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions,
DescribeImagesParallel describer,
String[] amiOwners,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> cache,
EC2ImageParser parser) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends org.jclouds.compute.domain.Image> |
get() |
Iterable<Map.Entry<String,DescribeImagesOptions>> |
getDescribeQueriesForOwnersInRegions(Set<String> regions,
String[] amiOwners) |
DescribeImagesOptions |
getOptionsForOwners(String... amiOwners) |
@Inject protected EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, @Named(value="jclouds.ec2.ami-owners") String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> cache, EC2ImageParser parser)
public Set<? extends org.jclouds.compute.domain.Image> get()
get in interface com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>>public Iterable<Map.Entry<String,DescribeImagesOptions>> getDescribeQueriesForOwnersInRegions(Set<String> regions, String[] amiOwners)
public DescribeImagesOptions getOptionsForOwners(String... amiOwners)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.