@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 of an blob Request
|
protected BackoffLimitedRetryHandler |
retryHandler |
Modifier and Type | Method and Description |
---|---|
void |
execute(String containerName) |
void |
execute(String containerName,
ListContainerOptions options) |
protected final BackoffLimitedRetryHandler retryHandler
protected final AsyncBlobStore connection
public void execute(String containerName)
execute
in interface ClearContainerStrategy
public void execute(String containerName, ListContainerOptions options)
execute
in interface ClearListStrategy
Copyright © 2009-2012 jclouds. All Rights Reserved.