| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.domain.internal | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.strategy.internal |
| 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 |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
TransientAsyncBlobStore.list() |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list() |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
TransientAsyncBlobStore.list(String container,
ListContainerOptions options)
default maxResults is 1000
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container,
ListContainerOptions options) |
| 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 |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
BaseAsyncBlobStore.list(String container)
This implementation invokes
AsyncBlobStore.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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.