Modifier and Type | Method and Description |
---|---|
BlobMetadata |
AtmosBlobStore.blobMetadata(String container,
String key)
This implementation invokes
AtmosClient.headFile(java.lang.String) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
AtmosAsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
This implementation invokes
AtmosAsyncClient.headFile(java.lang.String) |
Modifier and Type | Method and Description |
---|---|
SystemMetadata |
BlobToSystemMetadata.apply(BlobMetadata base) |
MutableContentMetadata |
BlobToContentMetadata.apply(BlobMetadata base) |
AtmosObject |
BlobMetadataToObject.apply(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
AzureBlobStore.blobMetadata(String container,
String key)
This implementation invokes
AzureBlobClient.getBlobProperties(java.lang.String, java.lang.String) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
AzureAsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
This implementation invokes
AzureBlobAsyncClient.getBlobProperties(java.lang.String, java.lang.String) |
Modifier and Type | Method and Description |
---|---|
MutableBlobProperties |
BlobMetadataToBlobProperties.apply(BlobMetadata from) |
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) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
SwiftBlobStore.blobMetadata(String container,
String key)
This implementation invokes
CommonSwiftClient.getObjectInfo(java.lang.String, java.lang.String) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
SwiftAsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
This implementation invokes
CommonSwiftAsyncClient#headObject |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
S3BlobStore.blobMetadata(String container,
String key)
This implementation invokes
S3Client.headObject(java.lang.String, java.lang.String) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlobMetadata> |
S3AsyncBlobStore.blobMetadata(String container,
String key)
Deprecated.
This implementation invokes
S3AsyncClient.headObject(java.lang.String, java.lang.String) |
Modifier and Type | Method and Description |
---|---|
MutableObjectMetadata |
BlobToObjectMetadata.apply(BlobMetadata from) |
Copyright © 2009-2013 jclouds. All Rights Reserved.