| Modifier and Type | Method and Description |
|---|---|
BlobMetadata |
BlobStore.blobMetadata(String container,
String name)
Retrieves the metadata of a
Blob at location container/name |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
LocalAsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
AsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableBlobMetadata
System and user Metadata for the
Blob. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobMetadataImpl
System and user Metadata for the
Blob. |
class |
MutableBlobMetadataImpl
System and user Metadata for the
Blob. |
| Constructor and Description |
|---|
MutableBlobMetadataImpl(BlobMetadata from) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends BlobMetadata> |
BaseBlobMap.list()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends BlobMetadata> |
ListBlobsInContainer.execute(String containerName,
ListContainerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends BlobMetadata> |
ListContainerAndRecurseThroughFolders.execute(String containerName,
ListContainerOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.