Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
AtmosBlobStore.list()
This implementation invokes
AtmosClient.listDirectories(org.jclouds.atmos.options.ListOptions...) |
PageSet<? extends StorageMetadata> |
AtmosBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AtmosClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AtmosAsyncBlobStore.list()
Deprecated.
This implementation invokes
AtmosAsyncClient.listDirectories(org.jclouds.atmos.options.ListOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AtmosAsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
This implementation invokes
AtmosAsyncClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from) |
Constructor and Description |
---|
AWSS3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
AWSS3AsyncClient async,
AWSS3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
AzureBlobStore.list()
This implementation invokes
AzureBlobClient.listContainers(org.jclouds.azure.storage.options.ListOptions...) |
PageSet<? extends StorageMetadata> |
AzureBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AzureBlobClient.listBlobs(java.lang.String, org.jclouds.azureblob.options.ListBlobsOptions...) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AzureAsyncBlobStore.list()
Deprecated.
This implementation invokes
AzureBlobAsyncClient.listContainers(org.jclouds.azure.storage.options.ListOptions...) with the
ListOptions.includeMetadata() option. |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AzureAsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
This implementation invokes
AzureBlobAsyncClient#listBucket |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
ListBlobsResponseToResourceList.apply(ListBlobsResponse from) |
Modifier and Type | Method and 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)
Like
BlobStore.list(String) except you can control the size, recursion, and context of the list
using options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
LocalAsyncBlobStore.list()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
LocalAsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
default maxResults is 1000
|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PageSetImpl<T> |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
BaseBlobStore.list(String container)
This implementation invokes
BlobStore.list(String,org.jclouds.blobstore.options.ListContainerOptions) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
BaseAsyncBlobStore.list(String container)
Deprecated.
This implementation invokes
AsyncBlobStore.list(String,org.jclouds.blobstore.options.ListContainerOptions) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
FetchBlobMetadata.apply(PageSet<? extends StorageMetadata> in) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
FetchBlobMetadata.apply(PageSet<? extends StorageMetadata> in) |
Modifier and Type | Method and Description |
---|---|
PageSet<ObjectInfo> |
CommonSwiftClient.listObjects(String container,
ListContainerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
SwiftBlobStore.list()
This implementation invokes
CommonSwiftClient.listContainers(org.jclouds.openstack.swift.options.ListContainerOptions...) |
PageSet<? extends StorageMetadata> |
SwiftBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
CommonSwiftClient.listObjects(java.lang.String, org.jclouds.openstack.swift.options.ListContainerOptions...) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
SwiftAsyncBlobStore.list()
Deprecated.
This implementation invokes
CommonSwiftAsyncClient.listContainers(org.jclouds.openstack.swift.options.ListContainerOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
SwiftAsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
This implementation invokes
CommonSwiftAsyncClient#listBucket |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
ContainerToResourceList.apply(PageSet<ObjectInfo> from) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
ContainerToResourceList.apply(PageSet<ObjectInfo> from) |
Modifier and Type | Method and Description |
---|---|
PageSet<ObjectInfo> |
ParseObjectInfoListFromJsonResponse.apply(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
S3BlobStore.list()
This implementation invokes
S3Client.listOwnedBuckets() |
PageSet<? extends StorageMetadata> |
S3BlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
S3Client.listBucket(java.lang.String, org.jclouds.s3.options.ListBucketOptions...) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
S3AsyncBlobStore.list()
Deprecated.
This implementation invokes
S3AsyncClient.listOwnedBuckets() |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
S3AsyncBlobStore.list(String container,
ListContainerOptions options)
Deprecated.
This implementation invokes
S3AsyncClient.listBucket(java.lang.String, org.jclouds.s3.options.ListBucketOptions...) |
Constructor and Description |
---|
S3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3AsyncClient async,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
Deprecated.
|
S3BlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
BucketToResourceList.apply(ListBucketResponse from) |
PageSet<? extends StorageMetadata> |
BucketsToStorageMetadata.apply(Set<BucketMetadata> input) |
Copyright © 2009-2013 jclouds. All Rights Reserved.