org.jclouds.blobstore.strategy.internal
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
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.blobstore")
protected Logger logger
listContainer
protected final ListContainerStrategy listContainer
retryHandler
protected final BackoffLimitedRetryHandler retryHandler
connection
protected final AsyncBlobStore connection
maxTime
@Inject(optional=true)
@Named(value="jclouds.request-timeout")
protected Long maxTime
- maximum duration of an blob Request
execute
public void execute(String containerName)
- Specified by:
execute
in interface ClearContainerStrategy
execute
public void execute(String containerName,
ListContainerOptions options)
- Specified by:
execute
in interface ClearListStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.