| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.options |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<StorageMetadata> |
BlobStores.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAllOptions.ImmutableListAllOptions |
| Modifier and Type | Method and Description |
|---|---|
ListAllOptions |
ListAllOptions.clone() |
ListAllOptions |
ListAllOptions.eager(boolean val)
If eager, will connect to container immediately and fail-fast, rather than failing when
first iterating over the list.
|
ListAllOptions |
ListAllOptions.ImmutableListAllOptions.eager(boolean val) |
static ListAllOptions |
ListAllOptions.Builder.eager(boolean eager) |
| Constructor and Description |
|---|
ListAllOptions.ImmutableListAllOptions(ListAllOptions delegate) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.