Uses of Interface
org.jclouds.blobstore.domain.StorageMetadata
Packages that use StorageMetadata
Package
Description
-
Uses of StorageMetadata in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return StorageMetadataModifier and TypeMethodDescriptionLocalStorageStrategy.getContainerMetadata(String container) TransientStorageStrategy.getContainerMetadata(String container) Methods in org.jclouds.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet<? extends StorageMetadata> BlobStore.list()Lists all root-level resources available to the identity.PageSet<? extends StorageMetadata> 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 StorageMetadataModifier and TypeMethodDescriptionPageSet<? extends StorageMetadata> LocalBlobStore.list()PageSet<? extends StorageMetadata> 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 -
Uses of StorageMetadata in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement StorageMetadataModifier and TypeClassDescriptionclassSystem and user Metadata for the.invalid reference
BlobclassSystem and user Metadata for the.invalid reference
BlobclassUsed to construct new resources or modify existing ones.classIdpayload of the objectConstructors in org.jclouds.blobstore.domain.internal with parameters of type StorageMetadata -
Uses of StorageMetadata in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return StorageMetadataModifier and TypeMethodDescriptionResourceMetadataToRelativePathResourceMetadata.apply(StorageMetadata md) Methods in org.jclouds.blobstore.functions with parameters of type StorageMetadataModifier and TypeMethodDescriptionResourceMetadataToRelativePathResourceMetadata.apply(StorageMetadata md) -
Uses of StorageMetadata in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet<? extends StorageMetadata> 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 StorageMetadataModifier and TypeMethodDescriptionMethods in org.jclouds.blobstore.strategy that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionIterable<? 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 StorageMetadataModifier and TypeMethodDescriptionMethods in org.jclouds.blobstore.strategy.internal that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet<? 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 StorageMetadataModifier and TypeMethodDescriptionPageSet<? 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 StorageMetadataModifier and TypeMethodDescriptionPageSet<? extends StorageMetadata> ForwardingBlobStore.list()PageSet<? extends StorageMetadata> PageSet<? extends StorageMetadata> ForwardingBlobStore.list(String container, ListContainerOptions options)