Package | Description |
---|---|
org.jclouds.atmos.domain | |
org.jclouds.atmos.domain.internal | |
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal | |
org.jclouds.blobstore.domain | |
org.jclouds.blobstore.domain.internal | |
org.jclouds.http | |
org.jclouds.io | |
org.jclouds.io.payloads | |
org.jclouds.openstack.swift.domain.internal | |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.domain.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableContentMetadata
metadata of the object
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMutableContentMetadata |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
DelegatingMutableContentMetadata.getDelegate() |
Constructor and Description |
---|
DelegatingMutableContentMetadata(URI uri,
String name,
String path,
MutableContentMetadata delegate) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableBlobProperties.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobProperties.setContentMetadata(MutableContentMetadata md) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableBlobPropertiesImpl.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobPropertiesImpl.setContentMetadata(MutableContentMetadata contentMetadata) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableBlobMetadata.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobMetadata.setContentMetadata(MutableContentMetadata md) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableBlobMetadataImpl.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableBlobMetadataImpl.setContentMetadata(MutableContentMetadata contentMetadata) |
Modifier and Type | Method and Description |
---|---|
static void |
HttpUtils.copy(ContentMetadata fromMd,
MutableContentMetadata toMd) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
Payload.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
Payload.setContentMetadata(MutableContentMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
BaseMutableContentMetadata |
Modifier and Type | Field and Description |
---|---|
protected MutableContentMetadata |
StreamingPayload.contentMetadata |
protected MutableContentMetadata |
BasePayload.contentMetadata |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
StreamingPayload.getContentMetadata() |
MutableContentMetadata |
DelegatingPayload.getContentMetadata() |
MutableContentMetadata |
BasePayload.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
StreamingPayload.setContentMetadata(MutableContentMetadata in) |
void |
DelegatingPayload.setContentMetadata(MutableContentMetadata in) |
void |
BasePayload.setContentMetadata(MutableContentMetadata in) |
Constructor and Description |
---|
BasePayload(V content,
MutableContentMetadata contentMetadata) |
PhantomPayload(MutableContentMetadata contentMetadata) |
StreamingPayload(WriteTo writeTo,
MutableContentMetadata contentMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMutableObjectInfoWithMetadata |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableObjectMetadata.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectMetadata.setContentMetadata(MutableContentMetadata md) |
Modifier and Type | Method and Description |
---|---|
MutableContentMetadata |
MutableObjectMetadataImpl.getContentMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectMetadataImpl.setContentMetadata(MutableContentMetadata contentMetadata) |
Copyright © 2009-2012 jclouds. All Rights Reserved.