@Singleton public class DeleteAllKeysInList extends Object implements ClearListStrategy, ClearContainerStrategy
| Modifier and Type | Field and Description |
|---|---|
protected AsyncBlobStore |
connection |
protected ListContainerStrategy |
listContainer |
protected org.jclouds.logging.Logger |
logger |
protected Long |
maxTime
maximum duration of an blob Request
|
protected org.jclouds.http.handlers.BackoffLimitedRetryHandler |
retryHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String containerName) |
void |
execute(String containerName,
ListContainerOptions options) |
@Named(value="jclouds.blobstore") protected org.jclouds.logging.Logger logger
protected final ListContainerStrategy listContainer
protected final org.jclouds.http.handlers.BackoffLimitedRetryHandler retryHandler
protected final AsyncBlobStore connection
@Inject(optional=true) @Named(value="jclouds.request-timeout") protected Long maxTime
public void execute(String containerName)
execute in interface ClearContainerStrategypublic void execute(String containerName, ListContainerOptions options)
execute in interface ClearListStrategyCopyright © 2009-2012 jclouds. All Rights Reserved.