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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BlobStoreprotected final ListBlobsInContainerprotected Loggerprotected Longmaximum duration of an blob Requestprotected final BackoffLimitedRetryHandlerprotected final com.google.common.util.concurrent.ListeningExecutorService -
Method Summary
-
Field Details
-
getAllBlobMetadata
-
retryHandler
-
blobstore
-
userExecutor
protected final com.google.common.util.concurrent.ListeningExecutorService userExecutor -
logger
-
maxTime
maximum duration of an blob Request
-
-
Method Details
-
execute
- Specified by:
executein interfaceGetBlobsInListStrategy
-