@Singleton public class GetAllBlobsInListAndRetryOnFailure extends Object implements GetBlobsInListStrategy
| Modifier and Type | Field and Description |
|---|---|
protected AsyncBlobStore |
ablobstore |
protected ListBlobsInContainer |
getAllBlobMetadata |
protected org.jclouds.logging.Logger |
logger |
protected Long |
maxTime
maximum duration of an blob Request
|
protected org.jclouds.http.handlers.BackoffLimitedRetryHandler |
retryHandler |
protected ExecutorService |
userExecutor |
protected final ListBlobsInContainer getAllBlobMetadata
protected final org.jclouds.http.handlers.BackoffLimitedRetryHandler retryHandler
protected final AsyncBlobStore ablobstore
protected final ExecutorService userExecutor
@Named(value="jclouds.blobstore") protected org.jclouds.logging.Logger logger
@Inject(optional=true) @Named(value="jclouds.request-timeout") protected Long maxTime
public Iterable<Blob> execute(String container, ListContainerOptions options)
execute in interface GetBlobsInListStrategyCopyright © 2009-2012 jclouds. All Rights Reserved.