Uses of Class
org.jclouds.blobstore.options.ListContainerOptions
-
-
Uses of ListContainerOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description PageSet<? extends StorageMetadata>
AtmosBlobStore. list(String container, ListContainerOptions options)
This implementation invokesAtmosClient.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 Modifier and Type Method Description ListOptions
BlobStoreListOptionsToListOptions. apply(ListContainerOptions from)
-
Uses of ListContainerOptions in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type ListContainerOptions Modifier and Type Method Description 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 Modifier and Type Method Description PageSet<? extends StorageMetadata>
AzureBlobStore. list(String container, ListContainerOptions options)
This implementation invokesAzureBlobClient.listBlobs(java.lang.String, org.jclouds.azureblob.options.ListBlobsOptions...)
-
Uses of ListContainerOptions in org.jclouds.azureblob.blobstore.functions
Methods in org.jclouds.azureblob.blobstore.functions with parameters of type ListContainerOptions Modifier and Type Method Description ListBlobsOptions
ListOptionsToListBlobsOptions. apply(ListContainerOptions from)
-
Uses of ListContainerOptions in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description PageSet<? extends StorageMetadata>
B2BlobStore. list(String container, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description void
BlobStore. clearContainer(String container, ListContainerOptions options)
LikeBlobStore.clearContainer(String)
except you can use options to do things like recursive deletes, or clear at a different path than root.void
LocalStorageStrategy. clearContainer(String container, ListContainerOptions options)
LikeLocalStorageStrategy.clearContainer(String)
except you can use options to do things like recursive deletes, or clear at a different path than root.void
TransientStorageStrategy. clearContainer(String containerName, ListContainerOptions options)
long
BlobStore. countBlobs(String container, ListContainerOptions options)
PageSet<? extends StorageMetadata>
BlobStore. list(String container, ListContainerOptions options)
LikeBlobStore.list(String)
except you can control the size, recursion, and context of the list usingoptions
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. -
Uses of ListContainerOptions in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type ListContainerOptions Modifier and Type Method Description void
LocalBlobStore. clearContainer(String containerName, ListContainerOptions options)
long
LocalBlobStore. countBlobs(String containerName, ListContainerOptions options)
This implementation invokesBlobUtils.countBlobs(java.lang.String, org.jclouds.blobstore.options.ListContainerOptions)
PageSet<? extends StorageMetadata>
LocalBlobStore. list(String containerName, ListContainerOptions options)
default maxResults is 1000 -
Uses of ListContainerOptions in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal with parameters of type ListContainerOptions Modifier and Type Method Description void
BaseBlobStore. clearContainer(String containerName, ListContainerOptions options)
This implementation invokesBlobUtilsImpl#clearContainer
long
BaseBlobStore. countBlobs(String containerName, ListContainerOptions options)
This implementation invokesBlobUtilsImpl#countBlobs
-
Uses of ListContainerOptions in org.jclouds.blobstore.options
Subclasses of ListContainerOptions in org.jclouds.blobstore.options Modifier and Type Class Description static class
ListContainerOptions.ImmutableListContainerOptions
Methods in org.jclouds.blobstore.options that return ListContainerOptions Modifier and Type Method Description ListContainerOptions
ListContainerOptions. afterMarker(String marker)
Place to continue a listing at.static ListContainerOptions
ListContainerOptions.Builder. afterMarker(String marker)
ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. afterMarker(String marker)
ListContainerOptions
ListOptions.ImmutableListOptions. afterMarker(String marker)
ListContainerOptions
ListContainerOptions. clone()
ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. clone()
static ListContainerOptions
ListContainerOptions.Builder. delimiter(String delimiterString)
ListContainerOptions
ListContainerOptions. delimiter(String delimiterString)
specify the delimiter to be used when listingListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. delimiter(String delimiterString)
static ListContainerOptions
ListContainerOptions.Builder. inDirectory(String directory)
Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. inDirectory(String dir)
ListContainerOptions
ListContainerOptions. inDirectory(String dir)
Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.static ListContainerOptions
ListContainerOptions.Builder. maxResults(int maxKeys)
ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. maxResults(int maxKeys)
ListContainerOptions
ListContainerOptions. maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body.ListContainerOptions
ListOptions.ImmutableListOptions. maxResults(int maxKeys)
static ListContainerOptions
ListContainerOptions.Builder. prefix(String prefix)
ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. prefix(String prefix)
ListContainerOptions
ListContainerOptions. prefix(String prefix)
Only list keys that start with the supplied prefixstatic ListContainerOptions
ListContainerOptions.Builder. recursive()
ListContainerOptions
ListContainerOptions.ImmutableListContainerOptions. recursive()
ListContainerOptions
ListContainerOptions. recursive()
return a listing of all objects inside the store, recursively.static ListContainerOptions
ListContainerOptions.Builder. withDetails()
ListContainerOptions
ListContainerOptions. withDetails()
populate each result with detailed such as metadata even if it incurs extra requests to the service.Constructors in org.jclouds.blobstore.options with parameters of type ListContainerOptions Constructor Description ImmutableListContainerOptions(ListContainerOptions delegate)
-
Uses of ListContainerOptions in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy with parameters of type ListContainerOptions Modifier and Type Method Description void
ClearListStrategy. execute(String containerName, ListContainerOptions options)
long
CountListStrategy. execute(String containerName, ListContainerOptions options)
Iterable<Blob>
GetBlobsInListStrategy. execute(String containerName, ListContainerOptions options)
Set<? extends BlobMetadata>
ListBlobsInContainer. execute(String containerName, ListContainerOptions options)
Iterable<? extends StorageMetadata>
ListContainerStrategy. execute(String containerName, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal with parameters of type ListContainerOptions Modifier and Type Method Description Iterable<? extends StorageMetadata>
ConcatenateContainerLists. execute(String container, ListContainerOptions options)
long
CountBlobTypeInList. execute(String container, ListContainerOptions options)
void
DeleteAllKeysInList. execute(String containerName, ListContainerOptions listOptions)
Iterable<Blob>
GetAllBlobsInListAndRetryOnFailure. execute(String container, ListContainerOptions options)
Set<? extends BlobMetadata>
ListContainerAndRecurseThroughFolders. execute(String containerName, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type ListContainerOptions Modifier and Type Method Description void
BlobUtils. clearContainer(String container, ListContainerOptions options)
void
ForwardingBlobStore. clearContainer(String container, ListContainerOptions options)
void
ReadOnlyBlobStore. clearContainer(String container, ListContainerOptions options)
long
BlobUtils. countBlobs(String container, ListContainerOptions options)
long
ForwardingBlobStore. countBlobs(String container, ListContainerOptions options)
PageSet<? extends StorageMetadata>
ForwardingBlobStore. list(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 Modifier and Type Method Description void
BlobUtilsImpl. clearContainer(String container, ListContainerOptions options)
long
BlobUtilsImpl. countBlobs(String container, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.filesystem.strategy.internal
Methods in org.jclouds.filesystem.strategy.internal with parameters of type ListContainerOptions Modifier and Type Method Description 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 Modifier and Type Method Description void
FileSystemBlobUtilsImpl. clearContainer(String container, ListContainerOptions options)
long
FileSystemBlobUtilsImpl. countBlobs(String container, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description PageSet<? extends StorageMetadata>
GoogleCloudStorageBlobStore. list(String container, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type ListContainerOptions Modifier and Type Method Description ListObjectOptions
BlobStoreListContainerOptionsToListObjectOptions. apply(ListContainerOptions from)
-
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description void
RegionScopedSwiftBlobStore. clearContainer(String containerName, ListContainerOptions options)
long
RegionScopedSwiftBlobStore. countBlobs(String containerName, ListContainerOptions options)
PageSet<? extends StorageMetadata>
RegionScopedSwiftBlobStore. list(String container, ListContainerOptions options)
-
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type ListContainerOptions Modifier and Type Method Description ListContainerOptions
ToListContainerOptions. apply(ListContainerOptions from)
-
Uses of ListContainerOptions in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type ListContainerOptions Modifier and Type Method Description PageSet<? extends StorageMetadata>
S3BlobStore. list(String container, ListContainerOptions options)
This implementation invokesS3Client.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 Modifier and Type Method Description ListBucketOptions
ContainerToBucketListOptions. apply(ListContainerOptions from)
-