@Singleton public class GetAllBlobsInListAndRetryOnFailure extends Object implements GetBlobsInListStrategy
| Modifier and Type | Field and Description |
|---|---|
protected BlobStore |
blobstore |
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 com.google.common.util.concurrent.ListeningExecutorService |
userExecutor |
protected final ListBlobsInContainer getAllBlobMetadata
protected final org.jclouds.http.handlers.BackoffLimitedRetryHandler retryHandler
protected final BlobStore blobstore
protected final com.google.common.util.concurrent.ListeningExecutorService 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-2019 The Apache Software Foundation. All Rights Reserved.