Uses of Interface
org.jclouds.blobstore.strategy.ClearListStrategy
Packages that use ClearListStrategy
Package
Description
-
Uses of ClearListStrategy in org.jclouds.blobstore.strategy.internal
Classes in org.jclouds.blobstore.strategy.internal that implement ClearListStrategy -
Uses of ClearListStrategy in org.jclouds.blobstore.util.internal
Fields in org.jclouds.blobstore.util.internal declared as ClearListStrategyModifier and TypeFieldDescriptionprotected final ClearListStrategy
BlobUtilsImpl.clearContainerStrategy
Constructors in org.jclouds.blobstore.util.internal with parameters of type ClearListStrategyModifierConstructorDescriptionprotected
BlobUtilsImpl
(jakarta.inject.Provider<BlobBuilder> blobBuilders, ClearListStrategy clearContainerStrategy, GetDirectoryStrategy getDirectoryStrategy, MkdirStrategy mkdirStrategy, CountListStrategy countBlobsStrategy, DeleteDirectoryStrategy rmDirStrategy) -
Uses of ClearListStrategy in org.jclouds.glacier.blobstore.strategy.internal
Classes in org.jclouds.glacier.blobstore.strategy.internal that implement ClearListStrategyModifier and TypeClassDescriptionclass
An inventory will be retrieved to obtain the blob list and the method will iterate through it deleting the blobs.