|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ListContainerOptions in org.jclouds.atmos.blobstore |
---|
Methods in org.jclouds.atmos.blobstore with parameters of type ListContainerOptions | |
---|---|
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...) |
Uses of ListContainerOptions in org.jclouds.atmos.blobstore.functions |
---|
Methods in org.jclouds.atmos.blobstore.functions with parameters of type ListContainerOptions | |
---|---|
ListOptions |
BlobStoreListOptionsToListOptions.apply(ListContainerOptions from)
|
Uses of ListContainerOptions in org.jclouds.atmos.blobstore.strategy |
---|
Methods in org.jclouds.atmos.blobstore.strategy with parameters of type ListContainerOptions | |
---|---|
boolean |
FindMD5InUserMetadata.execute(String containerName,
Object value,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.atmos.util |
---|
Methods in org.jclouds.atmos.util with parameters of type ListContainerOptions | |
---|---|
static String |
AtmosUtils.adjustContainerIfDirOptionPresent(String container,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.azureblob.blobstore |
---|
Methods in org.jclouds.azureblob.blobstore with parameters of type ListContainerOptions | |
---|---|
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 |
Uses of ListContainerOptions in org.jclouds.azureblob.blobstore.functions |
---|
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type ListContainerOptions | |
---|---|
ListBlobsOptions |
ListOptionsToListBlobsOptions.apply(ListContainerOptions from)
|
Uses of ListContainerOptions in org.jclouds.azureblob.blobstore.strategy |
---|
Methods in org.jclouds.azureblob.blobstore.strategy with parameters of type ListContainerOptions | |
---|---|
boolean |
FindMD5InBlobProperties.execute(String containerName,
Object value,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.blobstore |
---|
Methods in org.jclouds.blobstore with parameters of type ListContainerOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AsyncBlobStore.clearContainer(String container,
ListContainerOptions options)
|
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<Long> |
AsyncBlobStore.countBlobs(String container,
ListContainerOptions options)
|
long |
BlobStore.countBlobs(String container,
ListContainerOptions options)
|
BlobMap |
BlobMap.Factory.create(String containerName,
ListContainerOptions options)
|
InputStreamMap |
InputStreamMap.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>> |
TransientAsyncBlobStore.list(String container,
ListContainerOptions options)
default maxResults is 1000 |
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
AsyncBlobStore.list(String container,
ListContainerOptions options)
|
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 |
Uses of ListContainerOptions in org.jclouds.blobstore.internal |
---|
Fields in org.jclouds.blobstore.internal declared as ListContainerOptions | |
---|---|
protected ListContainerOptions |
BaseBlobMap.options
|
Constructors in org.jclouds.blobstore.internal with parameters of type ListContainerOptions | |
---|---|
BaseBlobMap(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options)
|
|
BlobMapImpl(BlobStore blobstore,
GetBlobsInListStrategy getAllBlobs,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
ListContainerAndRecurseThroughFolders listStrategy,
String containerName,
ListContainerOptions options,
javax.inject.Provider<BlobBuilder> blobBuilders)
|
|
InputStreamMapImpl(BlobStore connection,
javax.inject.Provider<BlobBuilder> blobBuilders,
GetBlobsInListStrategy getAllBlobs,
ListContainerAndRecurseThroughFolders listStrategy,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
String containerName,
ListContainerOptions options,
Crypto crypto)
|
Uses of ListContainerOptions in org.jclouds.blobstore.options |
---|
Subclasses of ListContainerOptions in org.jclouds.blobstore.options | |
---|---|
static class |
ListContainerOptions.ImmutableListContainerOptions
|
Methods in org.jclouds.blobstore.options that return ListContainerOptions | |
---|---|
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 |
ListOptions.ImmutableListOptions.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 |
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 |
ListOptions.ImmutableListOptions.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()
|
Constructors in org.jclouds.blobstore.options with parameters of type ListContainerOptions | |
---|---|
ListContainerOptions.ImmutableListContainerOptions(ListContainerOptions delegate)
|
Uses of ListContainerOptions in org.jclouds.blobstore.strategy |
---|
Methods in org.jclouds.blobstore.strategy with parameters of type ListContainerOptions | |
---|---|
long |
CountListStrategy.execute(String containerName,
ListContainerOptions options)
|
void |
ClearListStrategy.execute(String containerName,
ListContainerOptions options)
|
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)
|
boolean |
ContainsValueInListStrategy.execute(String containerName,
Object value,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.blobstore.strategy.internal |
---|
Methods in org.jclouds.blobstore.strategy.internal with parameters of type ListContainerOptions | |
---|---|
long |
CountBlobTypeInList.execute(String container,
ListContainerOptions options)
|
Iterable<Blob> |
GetAllBlobsInListAndRetryOnFailure.execute(String container,
ListContainerOptions options)
|
Iterable<? extends StorageMetadata> |
ConcatenateContainerLists.execute(String container,
ListContainerOptions options)
|
void |
DeleteAllKeysInList.execute(String containerName,
ListContainerOptions options)
|
Set<? extends BlobMetadata> |
ListContainerAndRecurseThroughFolders.execute(String containerName,
ListContainerOptions options)
|
boolean |
FindMD5InList.execute(String containerName,
Object value,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.blobstore.util |
---|
Methods in org.jclouds.blobstore.util with parameters of type ListContainerOptions | |
---|---|
void |
BlobUtils.clearContainer(String container,
ListContainerOptions options)
|
long |
BlobUtils.countBlobs(String container,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.blobstore.util.internal |
---|
Methods in org.jclouds.blobstore.util.internal with parameters of type ListContainerOptions | |
---|---|
void |
BlobUtilsImpl.clearContainer(String container,
ListContainerOptions options)
|
long |
BlobUtilsImpl.countBlobs(String container,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.filesystem |
---|
Methods in org.jclouds.filesystem with parameters of type ListContainerOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<PageSet<? extends StorageMetadata>> |
FilesystemAsyncBlobStore.list(String container,
ListContainerOptions options)
default maxResults is 1000 |
Uses of ListContainerOptions in org.jclouds.filesystem.strategy |
---|
Methods in org.jclouds.filesystem.strategy with parameters of type ListContainerOptions | |
---|---|
void |
FilesystemStorageStrategy.clearContainer(String container,
ListContainerOptions options)
Like FilesystemStorageStrategy.clearContainer(String) except you can use options to do things like recursive
deletes, or clear at a different path than root. |
long |
FilesystemStorageStrategy.countBlobs(String container,
ListContainerOptions options)
Counts number of blobs inside a container |
Uses of ListContainerOptions in org.jclouds.filesystem.strategy.internal |
---|
Methods in org.jclouds.filesystem.strategy.internal with parameters of type ListContainerOptions | |
---|---|
void |
FilesystemStorageStrategyImpl.clearContainer(String container,
ListContainerOptions options)
|
long |
FilesystemStorageStrategyImpl.countBlobs(String container,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.filesystem.util.internal |
---|
Methods in org.jclouds.filesystem.util.internal with parameters of type ListContainerOptions | |
---|---|
void |
FileSystemBlobUtilsImpl.clearContainer(String container,
ListContainerOptions options)
|
long |
FileSystemBlobUtilsImpl.countBlobs(String container,
ListContainerOptions options)
|
Uses of ListContainerOptions in org.jclouds.openstack.swift.blobstore |
---|
Methods in org.jclouds.openstack.swift.blobstore with parameters of type ListContainerOptions | |
---|---|
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 |
Uses of ListContainerOptions in org.jclouds.openstack.swift.blobstore.functions |
---|
Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type ListContainerOptions | |
---|---|
ListContainerOptions |
BlobStoreListContainerOptionsToListContainerOptions.apply(ListContainerOptions from)
|
Uses of ListContainerOptions in org.jclouds.s3.blobstore |
---|
Methods in org.jclouds.s3.blobstore with parameters of type ListContainerOptions | |
---|---|
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...) |
Uses of ListContainerOptions in org.jclouds.s3.blobstore.functions |
---|
Methods in org.jclouds.s3.blobstore.functions with parameters of type ListContainerOptions | |
---|---|
ListBucketOptions |
ContainerToBucketListOptions.apply(ListContainerOptions from)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |