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. indexerMethods in org.jclouds.azureblob.blobstore.functions that return StorageMetadata Modifier and Type Method Description StorageMetadataContainerToResourceMetadata. 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 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) -
Uses of StorageMetadata in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal that return StorageMetadata Modifier and Type Method Description StorageMetadataFilesystemStorageStrategyImpl. 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 StorageMetadataBucketToStorageMetadata. 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 StorageMetadataToResourceMetadata. 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. indexerMethods in org.jclouds.s3.blobstore.functions that return StorageMetadata Modifier and Type Method Description StorageMetadataBucketToResourceMetadata. apply(BucketMetadata from)StorageMetadataCommonPrefixesToResourceMetadata. 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)
-