Class ConcatenateContainerLists
- java.lang.Object
-
- org.jclouds.blobstore.strategy.internal.ConcatenateContainerLists
-
- All Implemented Interfaces:
ListContainerStrategy
@Singleton public class ConcatenateContainerLists extends Object implements ListContainerStrategy
Retrieves all metadata in the blobstore by the most efficient means possible.
-
-
Field Summary
Fields Modifier and Type Field Description protected BlobStore
connection
-
Constructor Summary
Constructors Constructor Description ConcatenateContainerLists(BlobStore connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends StorageMetadata>
execute(String container, ListContainerOptions options)
-
-
-
Field Detail
-
connection
protected final BlobStore connection
-
-
Constructor Detail
-
ConcatenateContainerLists
@Inject public ConcatenateContainerLists(BlobStore connection)
-
-
Method Detail
-
execute
public Iterable<? extends StorageMetadata> execute(String container, ListContainerOptions options)
- Specified by:
execute
in interfaceListContainerStrategy
-
-