@Singleton public class DeleteAllKeysInList extends Object implements ClearListStrategy, ClearContainerStrategy
| Modifier and Type | Field and Description |
|---|---|
protected BlobStore |
blobStore |
protected org.jclouds.logging.Logger |
logger |
protected int |
maxErrors
Maximum times to retry an operation.
|
protected long |
maxTime
Maximum duration in milliseconds of a request.
|
protected org.jclouds.http.handlers.BackoffLimitedRetryHandler |
retryHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String containerName) |
void |
execute(String containerName,
ListContainerOptions listOptions) |
@Named(value="jclouds.blobstore") protected org.jclouds.logging.Logger logger
protected final org.jclouds.http.handlers.BackoffLimitedRetryHandler retryHandler
protected final BlobStore blobStore
protected long maxTime
protected int maxErrors
public void execute(String containerName)
execute in interface ClearContainerStrategypublic void execute(String containerName, ListContainerOptions listOptions)
execute in interface ClearListStrategyCopyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.