@Singleton public class DeleteAllKeysInList extends Object implements ClearListStrategy, ClearContainerStrategy
| Modifier and Type | Field and Description | 
|---|---|
protected AsyncBlobStore | 
connection  | 
protected Logger | 
logger  | 
protected Long | 
maxTime
Maximum duration in milliseconds of a request. 
 | 
protected BackoffLimitedRetryHandler | 
retryHandler  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(String containerName)  | 
void | 
execute(String containerName,
       ListContainerOptions options)  | 
@Named(value="jclouds.blobstore") protected Logger logger
protected final 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-2013 jclouds. All Rights Reserved.