public class BlobStores extends Object
| Constructor and Description | 
|---|
BlobStores()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Iterable<StorageMetadata> | 
listAll(BlobStore blobStore,
       String container,
       ListContainerOptions containerOptions)  | 
static Iterable<StorageMetadata> | 
listAll(BlobStore blobStore,
       String container,
       ListContainerOptions containerOptions,
       ListAllOptions listAllOptions)
A variant of BlobStore.list(String, ListContainerOptions) that
 produces an Iterable over the entire set of results, not just one
 page, making multiple calls to BlobStore.list as needed. 
 | 
@Beta public static Iterable<StorageMetadata> listAll(BlobStore blobStore, String container, ListContainerOptions containerOptions)
@Beta public static Iterable<StorageMetadata> listAll(BlobStore blobStore, String container, ListContainerOptions containerOptions, ListAllOptions listAllOptions)
ContainerNotFoundException - If listAllOptions.isEager and container cannot be foundCopyright © 2009-2013 jclouds. All Rights Reserved.