Class ListContainerAndRecurseThroughFolders
- java.lang.Object
-
- org.jclouds.blobstore.strategy.internal.ListContainerAndRecurseThroughFolders
-
- All Implemented Interfaces:
ListBlobsInContainer
@Singleton public class ListContainerAndRecurseThroughFolders extends Object implements ListBlobsInContainer
Retrieves all blobs in the blobstore by the most efficient means possible.
-
-
Field Summary
Fields Modifier and Type Field Description protected ListContainerStrategy
lister
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<? extends BlobMetadata>
execute(String containerName, ListContainerOptions options)
-
-
-
Field Detail
-
lister
protected final ListContainerStrategy lister
-
-
Method Detail
-
execute
public Set<? extends BlobMetadata> execute(String containerName, ListContainerOptions options)
- Specified by:
execute
in interfaceListBlobsInContainer
-
-