Class ClearVaultStrategy
java.lang.Object
org.jclouds.glacier.blobstore.strategy.internal.ClearVaultStrategy
- All Implemented Interfaces:
ClearListStrategy
An inventory will be retrieved to obtain the blob list and the method will iterate through it deleting the blobs.
This operation will take several hours and the result may be inaccurate (Inventories are updated every 24 hours).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(String container, ListContainerOptions listContainerOptions)
-
Constructor Details
-
ClearVaultStrategy
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceClearListStrategy
-