org.jclouds.blobstore.strategy.internal
Class GetAllBlobsInListAndRetryOnFailure
java.lang.Object
org.jclouds.blobstore.strategy.internal.GetAllBlobsInListAndRetryOnFailure
- All Implemented Interfaces:
- GetBlobsInListStrategy
@Singleton
public class GetAllBlobsInListAndRetryOnFailure
- extends Object
- implements GetBlobsInListStrategy
Retrieves all blobs in the blobstore under the current path, by the most efficient means
possible.
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAllBlobMetadata
protected final ListBlobsInContainer getAllBlobMetadata
retryHandler
protected final org.jclouds.http.handlers.BackoffLimitedRetryHandler retryHandler
ablobstore
protected final AsyncBlobStore ablobstore
userExecutor
protected final com.google.common.util.concurrent.ListeningExecutorService userExecutor
logger
@Named(value="jclouds.blobstore")
protected org.jclouds.logging.Logger logger
maxTime
@Inject(optional=true)
@Named(value="jclouds.request-timeout")
protected Long maxTime
- maximum duration of an blob Request
execute
public Iterable<Blob> execute(String container,
ListContainerOptions options)
- Specified by:
execute in interface GetBlobsInListStrategy
Copyright © 2009-2013 jclouds. All Rights Reserved.