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 |
---|---|
MultipartUpload |
AtmosBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
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 |
---|---|
MultipartUpload |
AzureBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
Modifier and Type | Method and Description |
---|---|
MutableBlobProperties |
BlobMetadataToBlobProperties.apply(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
B2BlobStore.blobMetadata(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
MultipartUpload |
B2BlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
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 |
---|---|
MultipartUpload |
BlobStore.initiateMultipartUpload(String container,
BlobMetadata blob,
PutOptions options) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
LocalBlobStore.blobMetadata(String containerName,
String key) |
Modifier and Type | Method and Description |
---|---|
MultipartUpload |
LocalBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableBlobMetadata
System and user Metadata for the
Blob . |
Modifier and Type | Method and Description |
---|---|
abstract BlobMetadata |
MultipartUpload.blobMetadata() |
Modifier and Type | Method and Description |
---|---|
static MultipartUpload |
MultipartUpload.create(String containerName,
String blobName,
String id,
BlobMetadata blobMetadata,
PutOptions putOptions) |
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 |
---|---|
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 |
ForwardingBlobStore.blobMetadata(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
MultipartUpload |
ReadOnlyBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
MultipartUpload |
ForwardingBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
GoogleCloudStorageBlobStore.blobMetadata(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
MultipartUpload |
GoogleCloudStorageBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
Modifier and Type | Method and Description |
---|---|
ObjectTemplate |
BlobMetadataToObjectTemplate.apply(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
BlobMetadata |
RegionScopedSwiftBlobStore.blobMetadata(String container,
String name) |
Modifier and Type | Method and Description |
---|---|
MultipartUpload |
RegionScopedSwiftBlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions options) |
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 |
---|---|
MultipartUpload |
S3BlobStore.initiateMultipartUpload(String container,
BlobMetadata blobMetadata,
PutOptions overrides) |
Modifier and Type | Method and Description |
---|---|
MutableObjectMetadata |
BlobToObjectMetadata.apply(BlobMetadata from) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.