Package org.jclouds.blobstore.strategy
Interface GetBlobsInListStrategy
-
- All Known Implementing Classes:
GetAllBlobsInListAndRetryOnFailure
public interface GetBlobsInListStrategy
Retrieves all blobs in the blobstore by the most efficient means possible.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Blob>
execute(String containerName, ListContainerOptions options)
-
-
-
Method Detail
-
execute
Iterable<Blob> execute(String containerName, ListContainerOptions options)
-
-