Uses of Interface
org.jclouds.blobstore.domain.BlobMetadata
-
-
Uses of BlobMetadata in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
AtmosBlobStore. blobMetadata(String container, String key)
This implementation invokesAtmosClient.headFile(java.lang.String)
Methods in org.jclouds.atmos.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
AtmosBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions with parameters of type BlobMetadata Modifier and Type Method Description AtmosObject
BlobMetadataToObject. apply(BlobMetadata from)
MutableContentMetadata
BlobToContentMetadata. apply(BlobMetadata base)
SystemMetadata
BlobToSystemMetadata. apply(BlobMetadata base)
-
Uses of BlobMetadata in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
AzureBlobStore. blobMetadata(String container, String key)
This implementation invokesAzureBlobClient.getBlobProperties(java.lang.String, java.lang.String)
Methods in org.jclouds.azureblob.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
AzureBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type BlobMetadata Modifier and Type Method Description MutableBlobProperties
BlobMetadataToBlobProperties. apply(BlobMetadata from)
-
Uses of BlobMetadata in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
B2BlobStore. blobMetadata(String container, String name)
Methods in org.jclouds.b2.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
B2BlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
BlobStore. blobMetadata(String container, String name)
Retrieves the metadata of aBlob
at locationcontainer/name
Methods in org.jclouds.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
BlobStore. initiateMultipartUpload(String container, BlobMetadata blob, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return BlobMetadata Modifier and Type Method Description BlobMetadata
LocalBlobStore. blobMetadata(String containerName, String key)
Methods in org.jclouds.blobstore.config with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
LocalBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.blobstore.domain
Subinterfaces of BlobMetadata in org.jclouds.blobstore.domain Modifier and Type Interface Description interface
MutableBlobMetadata
System and user Metadata for theBlob
.Methods in org.jclouds.blobstore.domain that return BlobMetadata Modifier and Type Method Description abstract BlobMetadata
MultipartUpload. blobMetadata()
Methods in org.jclouds.blobstore.domain with parameters of type BlobMetadata Modifier and Type Method Description static MultipartUpload
MultipartUpload. create(String containerName, String blobName, String id, BlobMetadata blobMetadata, PutOptions putOptions)
-
Uses of BlobMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement BlobMetadata Modifier and Type Class Description class
BlobMetadataImpl
System and user Metadata for theBlob
.class
MutableBlobMetadataImpl
System and user Metadata for theBlob
.Constructors in org.jclouds.blobstore.domain.internal with parameters of type BlobMetadata Constructor Description MutableBlobMetadataImpl(BlobMetadata from)
-
Uses of BlobMetadata in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy that return types with arguments of type BlobMetadata Modifier and Type Method Description Set<? extends BlobMetadata>
ListBlobsInContainer. execute(String containerName, ListContainerOptions options)
-
Uses of BlobMetadata in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type BlobMetadata Modifier and Type Method Description Set<? extends BlobMetadata>
ListContainerAndRecurseThroughFolders. execute(String containerName, ListContainerOptions options)
-
Uses of BlobMetadata in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return BlobMetadata Modifier and Type Method Description BlobMetadata
ForwardingBlobStore. blobMetadata(String container, String name)
Methods in org.jclouds.blobstore.util with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
ForwardingBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
MultipartUpload
ReadOnlyBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
GoogleCloudStorageBlobStore. blobMetadata(String container, String name)
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
GoogleCloudStorageBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type BlobMetadata Modifier and Type Method Description ObjectTemplate
BlobMetadataToObjectTemplate. apply(BlobMetadata from)
-
Uses of BlobMetadata in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
RegionScopedSwiftBlobStore. blobMetadata(String container, String name)
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
RegionScopedSwiftBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)
-
Uses of BlobMetadata in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore that return BlobMetadata Modifier and Type Method Description BlobMetadata
S3BlobStore. blobMetadata(String container, String key)
This implementation invokesS3Client.headObject(java.lang.String, java.lang.String)
Methods in org.jclouds.s3.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUpload
S3BlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions overrides)
-
Uses of BlobMetadata in org.jclouds.s3.blobstore.functions
Methods in org.jclouds.s3.blobstore.functions with parameters of type BlobMetadata Modifier and Type Method Description MutableObjectMetadata
BlobToObjectMetadata. apply(BlobMetadata from)
-