| Modifier and Type | Method and Description |
|---|---|
StorageMetadata |
TransientStorageStrategy.getContainerMetadata(String container) |
StorageMetadata |
LocalStorageStrategy.getContainerMetadata(String container) |
| 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 |
static Iterable<StorageMetadata> |
BlobStores.listAll(BlobStore blobStore,
String container,
ListContainerOptions containerOptions) |
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 | 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 | Interface and Description |
|---|---|
interface |
BlobMetadata
System and user Metadata for the
Blob. |
interface |
MutableBlobMetadata
System and user Metadata for the
Blob. |
interface |
MutableStorageMetadata
Used to construct new resources or modify existing ones.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlobMetadataImpl
System and user Metadata for the
Blob. |
class |
MutableBlobMetadataImpl
System and user Metadata for the
Blob. |
class |
MutableStorageMetadataImpl
Used to construct new resources or modify existing ones.
|
class |
StorageMetadataImpl
Idpayload of the object
|
| Constructor and Description |
|---|
MutableStorageMetadataImpl(StorageMetadata from) |
| Modifier and Type | Method and Description |
|---|---|
StorageMetadata |
ResourceMetadataToRelativePathResourceMetadata.apply(StorageMetadata md) |
StorageMetadata |
PrefixToResourceMetadata.apply(String from) |
| Modifier and Type | Method and Description |
|---|---|
StorageMetadata |
ResourceMetadataToRelativePathResourceMetadata.apply(StorageMetadata md) |
| 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 |
|---|---|
StorageMetadata |
GetDirectoryStrategy.execute(String containerName,
String directory) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends StorageMetadata> |
ListContainerStrategy.execute(String containerName,
ListContainerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
StorageMetadata |
MarkersGetDirectoryStrategy.execute(String containerName,
String directory) |
| Modifier and Type | Method and Description |
|---|---|
PageSet<? extends StorageMetadata> |
FetchBlobMetadata.apply(PageSet<? extends StorageMetadata> in) |
Iterable<? extends StorageMetadata> |
ConcatenateContainerLists.execute(String container,
ListContainerOptions options) |
| 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-2017 The Apache Software Foundation. All Rights Reserved.