| 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> |
TransientAsyncBlobStore.blobMetadata(String container,
String key) |
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
AsyncBlobStore.blobMetadata(String container,
String key) |
| 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() |
| 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-2012 jclouds. All Rights Reserved.