Uses of Interface
org.jclouds.blobstore.domain.StorageMetadata
-
-
Uses of StorageMetadata in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Modifier and Type Field Description protected com.google.common.base.Function<StorageMetadata,String>
ListBlobsResponseToResourceList. indexer
Methods in org.jclouds.azureblob.blobstore.functions that return StorageMetadata Modifier and Type Method Description StorageMetadata
ContainerToResourceMetadata. apply(ContainerProperties from)
Methods in org.jclouds.azureblob.blobstore.functions that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>
B2BlobStore. list()
PageSet<? extends StorageMetadata>
B2BlobStore. list(String container)
PageSet<? extends StorageMetadata>
B2BlobStore. list(String container, ListContainerOptions options)
-
Uses of StorageMetadata in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return StorageMetadata Modifier and Type Method Description StorageMetadata
LocalStorageStrategy. getContainerMetadata(String container)
StorageMetadata
TransientStorageStrategy. 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 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 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 interface
BlobMetadata
System and user Metadata for theBlob
.interface
MutableBlobMetadata
System and user Metadata for theBlob
.interface
MutableStorageMetadata
Used 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 class
BlobMetadataImpl
System and user Metadata for theBlob
.class
MutableBlobMetadataImpl
System and user Metadata for theBlob
.class
MutableStorageMetadataImpl
Used to construct new resources or modify existing ones.class
StorageMetadataImpl
Idpayload 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 StorageMetadata
PrefixToResourceMetadata. apply(String from)
StorageMetadata
ResourceMetadataToRelativePathResourceMetadata. apply(StorageMetadata md)
Methods in org.jclouds.blobstore.functions with parameters of type StorageMetadata Modifier and Type Method Description StorageMetadata
ResourceMetadataToRelativePathResourceMetadata. 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 StorageMetadata
GetDirectoryStrategy. 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 StorageMetadata
MarkersGetDirectoryStrategy. 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)
-
Uses of StorageMetadata in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal that return StorageMetadata Modifier and Type Method Description StorageMetadata
FilesystemStorageStrategyImpl. getContainerMetadata(String container)
-
Uses of StorageMetadata in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>
GoogleCloudStorageBlobStore. list()
PageSet<? extends StorageMetadata>
GoogleCloudStorageBlobStore. list(String container)
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 StorageMetadata Modifier and Type Method Description StorageMetadata
BucketToStorageMetadata. apply(Bucket from)
Methods in org.jclouds.googlecloudstorage.blobstore.functions that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>
RegionScopedSwiftBlobStore. list()
PageSet<? extends StorageMetadata>
RegionScopedSwiftBlobStore. list(String container)
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 Modifier and Type Method Description StorageMetadata
ToResourceMetadata. apply(Container from)
-
Uses of StorageMetadata in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? 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 StorageMetadata Constructor Description 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, javax.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 StorageMetadata Modifier and Type Field Description protected com.google.common.base.Function<StorageMetadata,String>
BucketToResourceList. indexer
Methods in org.jclouds.s3.blobstore.functions that return StorageMetadata Modifier and Type Method Description StorageMetadata
BucketToResourceMetadata. apply(BucketMetadata from)
StorageMetadata
CommonPrefixesToResourceMetadata. apply(String from)
Methods in org.jclouds.s3.blobstore.functions that return types with arguments of type StorageMetadata Modifier and Type Method Description PageSet<? extends StorageMetadata>
BucketsToStorageMetadata. apply(Set<BucketMetadata> input)
PageSet<? extends StorageMetadata>
BucketToResourceList. apply(ListBucketResponse from)
-