Package org.jclouds.ec2.compute.strategy
Class DescribeImagesParallel
java.lang.Object
org.jclouds.ec2.compute.strategy.DescribeImagesParallel
- All Implemented Interfaces:
com.google.common.base.Function<Iterable<Map.Entry<String,
,DescribeImagesOptions>>, Iterable<? extends Image>> Function<Iterable<Map.Entry<String,
DescribeImagesOptions>>, Iterable<? extends Image>>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDescribeImagesParallel
(EC2Api api, com.google.common.util.concurrent.ListeningExecutorService userExecutor) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
-
api
-
-
Constructor Details
-
DescribeImagesParallel
@Inject public DescribeImagesParallel(EC2Api api, @Named("jclouds.user-threads") com.google.common.util.concurrent.ListeningExecutorService userExecutor)
-
-
Method Details