@Singleton public class DescribeImagesParallel extends Object implements com.google.common.base.Function<Iterable<Map.Entry<String,DescribeImagesOptions>>,Iterable<? extends Image>>
Modifier and Type | Field and Description |
---|---|
protected EC2Api |
api |
protected Logger |
logger |
Constructor and Description |
---|
DescribeImagesParallel(EC2Api api,
com.google.common.util.concurrent.ListeningExecutorService userExecutor) |
@Named(value="jclouds.compute") protected Logger logger
protected final EC2Api api
@Inject public DescribeImagesParallel(EC2Api api, @Named(value="jclouds.user-threads") com.google.common.util.concurrent.ListeningExecutorService userExecutor)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.