| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
BlobStore.list()
Lists all root-level resources available to the identity.
|
PageSet<? extends StorageMetadata> |
BlobStore.list(String container)
Lists all resources in a container non-recursive.
|
PageSet<? extends StorageMetadata> |
BlobStore.list(String container,
ListContainerOptions options)
Like
BlobStore.list(String) except you can control the size, recursion, and context of the list
using options |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
LocalBlobStore.list() |
PageSet<? extends StorageMetadata> |
LocalBlobStore.list(String containerName)
This implementation invokes
LocalBlobStore.list(String, ListContainerOptions) |
PageSet<? extends StorageMetadata> |
LocalBlobStore.list(String containerName,
ListContainerOptions options)
default maxResults is 1000
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageSetImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
BaseBlobStore.list(String container)
This implementation invokes
BlobStore.list(String,org.jclouds.blobstore.options.ListContainerOptions) |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
FetchBlobMetadata.apply(PageSet<? extends StorageMetadata> in) |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
FetchBlobMetadata.apply(PageSet<? extends StorageMetadata> in) |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
ForwardingBlobStore.list() |
PageSet<? extends StorageMetadata> |
ForwardingBlobStore.list(String container) |
PageSet<? extends StorageMetadata> |
ForwardingBlobStore.list(String container,
ListContainerOptions options) |
Copyright © 2009-2020 The Apache Software Foundation. All Rights Reserved.