Class DeleteAllKeysInList
java.lang.Object
org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList
- All Implemented Interfaces:
ClearContainerStrategy
,ClearListStrategy
@Singleton
public class DeleteAllKeysInList
extends Object
implements ClearListStrategy, ClearContainerStrategy
Deletes all keys in the container
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BlobStore
protected Logger
protected int
Maximum times to retry an operation.protected long
Maximum duration in milliseconds of a request.protected final BackoffLimitedRetryHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
execute
(String containerName, ListContainerOptions listOptions)
-
Field Details
-
logger
-
retryHandler
-
blobStore
-
maxTime
protected long maxTimeMaximum duration in milliseconds of a request. -
maxErrors
protected int maxErrorsMaximum times to retry an operation.
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceClearContainerStrategy
-
execute
- Specified by:
execute
in interfaceClearListStrategy
-