Uses of Interface
org.jclouds.blobstore.domain.StorageMetadata
Packages that use StorageMetadata
Package
Description
-
Uses of StorageMetadata in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> AtmosBlobStore.list()
This implementation invokesAtmosClient.listDirectories(org.jclouds.atmos.options.ListOptions...)
PageSet
<? extends StorageMetadata> AtmosBlobStore.list
(String container, ListContainerOptions options) This implementation invokesAtmosClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...)
-
Uses of StorageMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> DirectoryEntryListToResourceMetadataList.apply
(BoundedSet<? extends DirectoryEntry> from) -
Uses of StorageMetadata in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> AzureBlobStore.list()
This implementation invokesAzureBlobClient.listContainers(org.jclouds.azure.storage.options.ListOptions...)
PageSet
<? extends StorageMetadata> AzureBlobStore.list
(String container, ListContainerOptions options) This implementation invokesAzureBlobClient.listBlobs(java.lang.String, org.jclouds.azureblob.options.ListBlobsOptions...)
-
Uses of StorageMetadata in org.jclouds.azureblob.blobstore.functions
Fields in org.jclouds.azureblob.blobstore.functions with type parameters of type StorageMetadataModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<StorageMetadata, String> ListBlobsResponseToResourceList.indexer
Methods in org.jclouds.azureblob.blobstore.functions that return StorageMetadataMethods in org.jclouds.azureblob.blobstore.functions that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> ListBlobsResponseToResourceList.apply
(ListBlobsResponse from) -
Uses of StorageMetadata in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> B2BlobStore.list()
PageSet
<? extends StorageMetadata> PageSet
<? extends StorageMetadata> B2BlobStore.list
(String container, ListContainerOptions options) -
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 usingoptions
static 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 TypeClassDescriptionclass
System and user Metadata for theinvalid reference
Blob
class
System and user Metadata for theinvalid reference
Blob
class
Used to construct new resources or modify existing ones.class
Idpayload 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) -
Uses of StorageMetadata in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal that return StorageMetadataModifier and TypeMethodDescriptionFilesystemStorageStrategyImpl.getContainerMetadata
(String container) -
Uses of StorageMetadata in org.jclouds.glacier.blobstore
Methods in org.jclouds.glacier.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> GlacierBlobStore.list()
Lists the containers.PageSet
<? extends StorageMetadata> GlacierBlobStore.list
(String container, ListContainerOptions listContainerOptions) Lists the blobs in the container. -
Uses of StorageMetadata in org.jclouds.glacier.blobstore.functions
Methods in org.jclouds.glacier.blobstore.functions that return StorageMetadataMethods in org.jclouds.glacier.blobstore.functions that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> ArchiveMetadataCollectionToStorageMetadata.apply
(ArchiveMetadataCollection archives) PageSet
<? extends StorageMetadata> PaginatedVaultCollectionToStorageMetadata.apply
(PaginatedVaultCollection vaults) -
Uses of StorageMetadata in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> GoogleCloudStorageBlobStore.list()
PageSet
<? extends StorageMetadata> Returns list of of all the objectsPageSet
<? extends StorageMetadata> GoogleCloudStorageBlobStore.list
(String container, ListContainerOptions options) -
Uses of StorageMetadata in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions that return StorageMetadataMethods in org.jclouds.googlecloudstorage.blobstore.functions that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> ObjectListToStorageMetadata.apply
(ListPageWithPrefixes<GoogleCloudStorageObject> from) -
Uses of StorageMetadata in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> RegionScopedSwiftBlobStore.list()
PageSet
<? extends StorageMetadata> PageSet
<? extends StorageMetadata> RegionScopedSwiftBlobStore.list
(String container, ListContainerOptions options) -
Uses of StorageMetadata in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions that return StorageMetadata -
Uses of StorageMetadata in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> S3BlobStore.list()
This implementation invokesS3Client.listOwnedBuckets()
PageSet
<? extends StorageMetadata> S3BlobStore.list
(String container, ListContainerOptions options) This implementation invokesS3Client.listBucket(java.lang.String, org.jclouds.s3.options.ListBucketOptions...)
Constructor parameters in org.jclouds.s3.blobstore with type arguments of type StorageMetadataModifierConstructorDescriptionprotected
S3BlobStore
(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, PayloadSlicer slicer, S3Client sync, com.google.common.base.Function<Set<BucketMetadata>, PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata, ContainerToBucketListOptions container2BucketListOptions, BucketToResourceList bucket2ResourceList, ObjectToBlob object2Blob, BlobToHttpGetOptions blob2ObjectGetOptions, BlobToObject blob2Object, BlobToObjectMetadata blob2ObjectMetadata, ObjectToBlobMetadata object2BlobMd, jakarta.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider) -
Uses of StorageMetadata in org.jclouds.s3.blobstore.functions
Fields in org.jclouds.s3.blobstore.functions with type parameters of type StorageMetadataModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<StorageMetadata, String> BucketToResourceList.indexer
Methods in org.jclouds.s3.blobstore.functions that return StorageMetadataMethods in org.jclouds.s3.blobstore.functions that return types with arguments of type StorageMetadataModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> BucketsToStorageMetadata.apply
(Set<BucketMetadata> input) PageSet
<? extends StorageMetadata> BucketToResourceList.apply
(ListBucketResponse from)