Uses of Interface
org.jclouds.blobstore.domain.BlobMetadata
-
-
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)
-