| 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 | 
|---|---|
PageSet<? extends StorageMetadata> | 
DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from)  | 
| 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 | 
|---|---|
PageSet<? extends StorageMetadata> | 
ListBlobsResponseToResourceList.apply(ListBlobsResponse from)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
B2BlobStore.list()  | 
PageSet<? extends StorageMetadata> | 
B2BlobStore.list(String container)  | 
PageSet<? extends StorageMetadata> | 
B2BlobStore.list(String container,
    ListContainerOptions options)  | 
| 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 | 
|---|---|
PageSet<? extends StorageMetadata> | 
LocalBlobStore.list()  | 
PageSet<? extends StorageMetadata> | 
LocalBlobStore.list(String containerName)
This implementation invokes  
LocalBlobStore.list(String, ListContainerOptions) | 
PageSet<? extends StorageMetadata> | 
LocalBlobStore.list(String containerName,
    ListContainerOptions options)
default maxResults is 1000 
 | 
| 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 | 
|---|---|
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<? extends StorageMetadata> | 
ForwardingBlobStore.list()  | 
PageSet<? extends StorageMetadata> | 
ForwardingBlobStore.list(String container)  | 
PageSet<? extends StorageMetadata> | 
ForwardingBlobStore.list(String container,
    ListContainerOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
GoogleCloudStorageBlobStore.list()  | 
PageSet<? extends StorageMetadata> | 
GoogleCloudStorageBlobStore.list(String container)
Returns list of of all the objects 
 | 
PageSet<? extends StorageMetadata> | 
GoogleCloudStorageBlobStore.list(String container,
    ListContainerOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
ObjectListToStorageMetadata.apply(ListPageWithPrefixes<GoogleCloudStorageObject> from)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
RegionScopedSwiftBlobStore.list()  | 
PageSet<? extends StorageMetadata> | 
RegionScopedSwiftBlobStore.list(String container)  | 
PageSet<? extends StorageMetadata> | 
RegionScopedSwiftBlobStore.list(String container,
    ListContainerOptions options)  | 
| 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...) | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
BucketToResourceList.apply(ListBucketResponse from)  | 
PageSet<? extends StorageMetadata> | 
BucketsToStorageMetadata.apply(Set<BucketMetadata> input)  | 
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.