Uses of Interface
org.jclouds.blobstore.domain.StorageMetadata
-
-
Uses of StorageMetadata in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return StorageMetadata Modifier and Type Method Description StorageMetadataLocalStorageStrategy. getContainerMetadata(String container)StorageMetadataTransientStorageStrategy. getContainerMetadata(String container)Methods in org.jclouds.blobstore that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>BlobStore. list()Lists all root-level resources available to the identity.PageSet<? extends StorageMetadata>BlobStore. list(String container)Lists all resources in a container non-recursive.PageSet<? extends StorageMetadata>BlobStore. list(String container, ListContainerOptions options)LikeBlobStore.list(String)except you can control the size, recursion, and context of the list usingoptionsstatic Iterable<StorageMetadata>BlobStores. listAll(BlobStore blobStore, String container, ListContainerOptions containerOptions)static Iterable<StorageMetadata>BlobStores. listAll(BlobStore blobStore, String container, ListContainerOptions containerOptions, ListAllOptions listAllOptions)A variant of BlobStore.list(String, ListContainerOptions) that produces an Iterable over the entire set of results, not just one page, making multiple calls to BlobStore.list as needed. -
Uses of StorageMetadata in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>LocalBlobStore. list()PageSet<? extends StorageMetadata>LocalBlobStore. list(String containerName)This implementation invokesLocalBlobStore.list(String, ListContainerOptions)PageSet<? extends StorageMetadata>LocalBlobStore. list(String containerName, ListContainerOptions options)default maxResults is 1000 -
Uses of StorageMetadata in org.jclouds.blobstore.domain
Subinterfaces of StorageMetadata in org.jclouds.blobstore.domain Modifier and Type Interface Description interfaceBlobMetadataSystem and user Metadata for theBlob.interfaceMutableBlobMetadataSystem and user Metadata for theBlob.interfaceMutableStorageMetadataUsed to construct new resources or modify existing ones. -
Uses of StorageMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement StorageMetadata Modifier and Type Class Description classBlobMetadataImplSystem and user Metadata for theBlob.classMutableBlobMetadataImplSystem and user Metadata for theBlob.classMutableStorageMetadataImplUsed to construct new resources or modify existing ones.classStorageMetadataImplIdpayload of the objectConstructors in org.jclouds.blobstore.domain.internal with parameters of type StorageMetadata Constructor Description MutableStorageMetadataImpl(StorageMetadata from) -
Uses of StorageMetadata in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return StorageMetadata Modifier and Type Method Description StorageMetadataPrefixToResourceMetadata. apply(String from)StorageMetadataResourceMetadataToRelativePathResourceMetadata. apply(StorageMetadata md)Methods in org.jclouds.blobstore.functions with parameters of type StorageMetadata Modifier and Type Method Description StorageMetadataResourceMetadataToRelativePathResourceMetadata. apply(StorageMetadata md) -
Uses of StorageMetadata in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>BaseBlobStore. list(String container)This implementation invokesBlobStore.list(String,org.jclouds.blobstore.options.ListContainerOptions) -
Uses of StorageMetadata in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy that return StorageMetadata Modifier and Type Method Description StorageMetadataGetDirectoryStrategy. execute(String containerName, String directory)Methods in org.jclouds.blobstore.strategy that return types with arguments of type StorageMetadata Modifier and Type Method Description Iterable<? extends StorageMetadata>ListContainerStrategy. execute(String containerName, ListContainerOptions options) -
Uses of StorageMetadata in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return StorageMetadata Modifier and Type Method Description StorageMetadataMarkersGetDirectoryStrategy. execute(String containerName, String directory)Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>FetchBlobMetadata. apply(PageSet<? extends StorageMetadata> in)Iterable<? extends StorageMetadata>ConcatenateContainerLists. execute(String container, ListContainerOptions options)Method parameters in org.jclouds.blobstore.strategy.internal with type arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>FetchBlobMetadata. apply(PageSet<? extends StorageMetadata> in) -
Uses of StorageMetadata in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>ForwardingBlobStore. list()PageSet<? extends StorageMetadata>ForwardingBlobStore. list(String container)PageSet<? extends StorageMetadata>ForwardingBlobStore. list(String container, ListContainerOptions options)
-