org.jclouds.blobstore.strategy.internal
Class ConcatenateContainerLists

java.lang.Object
  extended by 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

Field Summary
protected  BlobStore connection
           
 
Constructor Summary
ConcatenateContainerLists(BlobStore connection)
           
 
Method Summary
 Iterable<? extends StorageMetadata> execute(String container, ListContainerOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface ListContainerStrategy


Copyright © 2009-2011 jclouds. All Rights Reserved.