| 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>> |
LocalAsyncBlobStore.list()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
LocalAsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
default maxResults is 1000
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
|
| 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)
Deprecated.
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-2014 The Apache Software Foundation. All Rights Reserved.