@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 EC2AsyncClient | 
async  | 
protected Logger | 
logger  | 
| Constructor and Description | 
|---|
DescribeImagesParallel(EC2AsyncClient async,
                      com.google.common.util.concurrent.ListeningExecutorService userExecutor)  | 
@Named(value="jclouds.compute") protected Logger logger
protected final EC2AsyncClient async
@Inject public DescribeImagesParallel(EC2AsyncClient async, @Named(value="jclouds.user-threads") com.google.common.util.concurrent.ListeningExecutorService userExecutor)
Copyright © 2009-2013 jclouds. All Rights Reserved.