Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(AtmosObject from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
BlobPropertiesToBlobMetadata.apply(BlobProperties from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
Blob.getMetadata() |
Modifier and Type | Method and Description |
---|---|
Blob |
Blob.Factory.create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableBlobMetadataImpl
System and user Metadata for the
Blob . |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
BlobImpl.getMetadata() |
Constructor and Description |
---|
BlobImpl(MutableBlobMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ParseSystemAndUserMetadataFromHeaders.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParseSystemAndUserMetadataFromHeaders.addETagTo(HttpResponse from,
MutableBlobMetadata metadata) |
Constructor and Description |
---|
ParseSystemAndUserMetadataFromHeaders(javax.inject.Provider<MutableBlobMetadata> metadataFactory,
DateService dateParser,
String metadataPrefix) |
Modifier and Type | Method and Description |
---|---|
static MutableBlobMetadata |
BlobStoreUtils.copy(MutableBlobMetadata in) |
static MutableBlobMetadata |
BlobStoreUtils.copy(MutableBlobMetadata in,
String newKey) |
Modifier and Type | Method and Description |
---|---|
static MutableBlobMetadata |
BlobStoreUtils.copy(MutableBlobMetadata in) |
static MutableBlobMetadata |
BlobStoreUtils.copy(MutableBlobMetadata in,
String newKey) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
CloudFilesObjectToBlobMetadata.apply(ObjectInfo from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
HPCloudObjectStorageObjectToBlobMetadata.apply(ObjectInfo from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(ObjectInfo from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(ObjectMetadata from) |
Copyright © 2009-2013 jclouds. All Rights Reserved.