| 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) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.