Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
AtmosBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AtmosClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AtmosAsyncBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AtmosAsyncClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...) |
Modifier and Type | Method and Description |
---|---|
ListOptions |
BlobStoreListOptionsToListOptions.apply(ListContainerOptions from) |
Modifier and Type | Method and Description |
---|---|
boolean |
FindMD5InUserMetadata.execute(String containerName,
Object value,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
static String |
AtmosUtils.adjustContainerIfDirOptionPresent(String container,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
AzureBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AzureBlobClient.listBlobs(java.lang.String, org.jclouds.azureblob.options.ListBlobsOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AzureAsyncBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
AzureBlobAsyncClient#listBucket |
Modifier and Type | Method and Description |
---|---|
ListBlobsOptions |
ListOptionsToListBlobsOptions.apply(ListContainerOptions from) |
Modifier and Type | Method and Description |
---|---|
boolean |
FindMD5InBlobProperties.execute(String containerName,
Object value,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TransientStorageStrategy.clearContainer(String containerName,
ListContainerOptions options) |
void |
LocalStorageStrategy.clearContainer(String container,
ListContainerOptions options)
Like
LocalStorageStrategy.clearContainer(String) except you can use options to do things like recursive
deletes, or clear at a different path than root. |
void |
BlobStore.clearContainer(String container,
ListContainerOptions options)
Like
BlobStore.clearContainer(String) except you can use options to do things like recursive
deletes, or clear at a different path than root. |
com.google.common.util.concurrent.ListenableFuture<Void> |
AsyncBlobStore.clearContainer(String container,
ListContainerOptions options) |
long |
BlobStore.countBlobs(String container,
ListContainerOptions options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
AsyncBlobStore.countBlobs(String container,
ListContainerOptions options) |
InputStreamMap |
InputStreamMap.Factory.create(String containerName,
ListContainerOptions options) |
BlobMap |
BlobMap.Factory.create(String containerName,
ListContainerOptions options) |
BlobMap |
BlobStoreContext.createBlobMap(String container,
ListContainerOptions options)
Creates a
Map view of the specified container. |
InputStreamMap |
BlobStoreContext.createInputStreamMap(String container,
ListContainerOptions options)
Creates a
Map view of the specified container. |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
LocalAsyncBlobStore.list(String container,
ListContainerOptions options)
default maxResults is 1000
|
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 |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container,
ListContainerOptions options) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected ListContainerOptions |
BaseBlobMap.options |
Modifier and Type | Class and Description |
---|---|
static class |
ListContainerOptions.ImmutableListContainerOptions |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
ListOptions.ImmutableListOptions.afterMarker(String marker) |
ListContainerOptions |
ListContainerOptions.afterMarker(String marker)
Place to continue a listing at.
|
ListContainerOptions |
ListContainerOptions.ImmutableListContainerOptions.afterMarker(String marker) |
static ListContainerOptions |
ListContainerOptions.Builder.afterMarker(String marker) |
ListContainerOptions |
ListContainerOptions.clone() |
ListContainerOptions |
ListContainerOptions.ImmutableListContainerOptions.clone() |
ListContainerOptions |
ListContainerOptions.inDirectory(String dir)
This will list the contents of a virtual or real directory path.
|
ListContainerOptions |
ListContainerOptions.ImmutableListContainerOptions.inDirectory(String dir) |
static ListContainerOptions |
ListContainerOptions.Builder.inDirectory(String directory) |
ListContainerOptions |
ListOptions.ImmutableListOptions.maxResults(int maxKeys) |
ListContainerOptions |
ListContainerOptions.maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.
|
ListContainerOptions |
ListContainerOptions.ImmutableListContainerOptions.maxResults(int maxKeys) |
static ListContainerOptions |
ListContainerOptions.Builder.maxResults(int maxKeys) |
ListContainerOptions |
ListContainerOptions.recursive()
return a listing of all objects inside the store, recursively.
|
ListContainerOptions |
ListContainerOptions.ImmutableListContainerOptions.recursive() |
static ListContainerOptions |
ListContainerOptions.Builder.recursive() |
ListContainerOptions |
ListContainerOptions.withDetails()
populate each result with detailed such as metadata even if it incurs extra requests to the
service.
|
static ListContainerOptions |
ListContainerOptions.Builder.withDetails() |
Constructor and Description |
---|
ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends StorageMetadata> |
ListContainerStrategy.execute(String containerName,
ListContainerOptions options) |
Set<? extends BlobMetadata> |
ListBlobsInContainer.execute(String containerName,
ListContainerOptions options) |
Iterable<Blob> |
GetBlobsInListStrategy.execute(String containerName,
ListContainerOptions options) |
long |
CountListStrategy.execute(String containerName,
ListContainerOptions options) |
void |
ClearListStrategy.execute(String containerName,
ListContainerOptions options) |
boolean |
ContainsValueInListStrategy.execute(String containerName,
Object value,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
Set<? extends BlobMetadata> |
ListContainerAndRecurseThroughFolders.execute(String containerName,
ListContainerOptions options) |
Iterable<Blob> |
GetAllBlobsInListAndRetryOnFailure.execute(String container,
ListContainerOptions options) |
void |
DeleteAllKeysInList.execute(String containerName,
ListContainerOptions options) |
long |
CountBlobTypeInList.execute(String container,
ListContainerOptions options) |
Iterable<? extends StorageMetadata> |
ConcatenateContainerLists.execute(String container,
ListContainerOptions options) |
boolean |
FindMD5InList.execute(String containerName,
Object value,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
BlobUtils.clearContainer(String container,
ListContainerOptions options) |
long |
BlobUtils.countBlobs(String container,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
BlobUtilsImpl.clearContainer(String container,
ListContainerOptions options) |
long |
BlobUtilsImpl.countBlobs(String container,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
FilesystemStorageStrategyImpl.clearContainer(String container,
ListContainerOptions options) |
long |
FilesystemStorageStrategyImpl.countBlobs(String container,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemBlobUtilsImpl.clearContainer(String container,
ListContainerOptions options) |
long |
FileSystemBlobUtilsImpl.countBlobs(String container,
ListContainerOptions options) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
SwiftBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
CommonSwiftClient.listObjects(java.lang.String, org.jclouds.openstack.swift.options.ListContainerOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
SwiftAsyncBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
CommonSwiftAsyncClient#listBucket |
Modifier and Type | Method and Description |
---|---|
ListContainerOptions |
BlobStoreListContainerOptionsToListContainerOptions.apply(ListContainerOptions from) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
S3BlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
S3Client.listBucket(java.lang.String, org.jclouds.s3.options.ListBucketOptions...) |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
S3AsyncBlobStore.list(String container,
ListContainerOptions options)
This implementation invokes
S3AsyncClient.listBucket(java.lang.String, org.jclouds.s3.options.ListBucketOptions...) |
Modifier and Type | Method and Description |
---|---|
ListBucketOptions |
ContainerToBucketListOptions.apply(ListContainerOptions from) |
Copyright © 2009-2013 jclouds. All Rights Reserved.