Uses of Interface
org.jclouds.blobstore.domain.MutableBlobMetadata
-
-
Uses of MutableBlobMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
ObjectToBlobMetadata. apply(AtmosObject from)
-
Uses of MutableBlobMetadata in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
BlobPropertiesToBlobMetadata. apply(BlobProperties from)
-
Uses of MutableBlobMetadata in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
Blob. getMetadata()
Methods in org.jclouds.blobstore.domain with parameters of type MutableBlobMetadata Modifier and Type Method Description Blob
Blob.Factory. create(MutableBlobMetadata metadata)
Creates a blob, optionally setting its metadata to a known value. -
Uses of MutableBlobMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement MutableBlobMetadata Modifier and Type Class Description class
MutableBlobMetadataImpl
System and user Metadata for theBlob
.Methods in org.jclouds.blobstore.domain.internal that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
BlobImpl. getMetadata()
Constructors in org.jclouds.blobstore.domain.internal with parameters of type MutableBlobMetadata Constructor Description BlobImpl(MutableBlobMetadata metadata)
-
Uses of MutableBlobMetadata in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
ParseSystemAndUserMetadataFromHeaders. apply(HttpResponse from)
Methods in org.jclouds.blobstore.functions with parameters of type MutableBlobMetadata Modifier and Type Method Description protected void
ParseSystemAndUserMetadataFromHeaders. addETagTo(HttpResponse from, MutableBlobMetadata metadata)
Constructor parameters in org.jclouds.blobstore.functions with type arguments of type MutableBlobMetadata Constructor Description ParseSystemAndUserMetadataFromHeaders(javax.inject.Provider<MutableBlobMetadata> metadataFactory, DateService dateParser, String metadataPrefix)
-
Uses of MutableBlobMetadata in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return MutableBlobMetadata Modifier and Type Method Description static MutableBlobMetadata
BlobStoreUtils. copy(MutableBlobMetadata in)
static MutableBlobMetadata
BlobStoreUtils. copy(MutableBlobMetadata in, String newKey)
Methods in org.jclouds.blobstore.util with parameters of type MutableBlobMetadata Modifier and Type Method Description static MutableBlobMetadata
BlobStoreUtils. copy(MutableBlobMetadata in)
static MutableBlobMetadata
BlobStoreUtils. copy(MutableBlobMetadata in, String newKey)
-
Uses of MutableBlobMetadata in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
ObjectToBlobMetadata. apply(GoogleCloudStorageObject from)
-
Uses of MutableBlobMetadata in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type MutableBlobMetadata Modifier and Type Method Description protected com.google.common.base.Function<SwiftObject,MutableBlobMetadata>
RegionScopedSwiftBlobStore. toBlobMetadata(String container)
-
Uses of MutableBlobMetadata in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
ToBlobMetadata. apply(SwiftObject from)
-
Uses of MutableBlobMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions that return MutableBlobMetadata Modifier and Type Method Description MutableBlobMetadata
ObjectToBlobMetadata. apply(ObjectMetadata from)
-