org.jclouds.blobstore.strategy.internal
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.
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connection
protected final BlobStore connection
ConcatenateContainerLists
@Inject
public ConcatenateContainerLists(BlobStore connection)
execute
public Iterable<? extends StorageMetadata> execute(String container,
ListContainerOptions options)
- Specified by:
execute
in interface ListContainerStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.