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 BlobMetadataAtmosBlobStore. 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 MultipartUploadAtmosBlobStore. 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 AtmosObjectBlobMetadataToObject. apply(BlobMetadata from)MutableContentMetadataBlobToContentMetadata. apply(BlobMetadata base)SystemMetadataBlobToSystemMetadata. 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 BlobMetadataAzureBlobStore. 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 MultipartUploadAzureBlobStore. 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 MutableBlobPropertiesBlobMetadataToBlobProperties. 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 BlobMetadataB2BlobStore. blobMetadata(String container, String name)Methods in org.jclouds.b2.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadB2BlobStore. 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 BlobMetadataBlobStore. blobMetadata(String container, String name)Retrieves the metadata of aBlobat locationcontainer/nameMethods in org.jclouds.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadBlobStore. 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 BlobMetadataLocalBlobStore. blobMetadata(String containerName, String key)Methods in org.jclouds.blobstore.config with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadLocalBlobStore. 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 interfaceMutableBlobMetadataSystem and user Metadata for theBlob.Methods in org.jclouds.blobstore.domain that return BlobMetadata Modifier and Type Method Description abstract BlobMetadataMultipartUpload. blobMetadata()Methods in org.jclouds.blobstore.domain with parameters of type BlobMetadata Modifier and Type Method Description static MultipartUploadMultipartUpload. 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 classBlobMetadataImplSystem and user Metadata for theBlob.classMutableBlobMetadataImplSystem 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 BlobMetadataForwardingBlobStore. blobMetadata(String container, String name)Methods in org.jclouds.blobstore.util with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadForwardingBlobStore. initiateMultipartUpload(String container, BlobMetadata blobMetadata, PutOptions options)MultipartUploadReadOnlyBlobStore. 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 BlobMetadataGoogleCloudStorageBlobStore. blobMetadata(String container, String name)Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadGoogleCloudStorageBlobStore. 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 ObjectTemplateBlobMetadataToObjectTemplate. 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 BlobMetadataRegionScopedSwiftBlobStore. blobMetadata(String container, String name)Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type BlobMetadata Modifier and Type Method Description MultipartUploadRegionScopedSwiftBlobStore. 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 BlobMetadataS3BlobStore. 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 MultipartUploadS3BlobStore. 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 MutableObjectMetadataBlobToObjectMetadata. apply(BlobMetadata from)
-