Uses of Class
org.jclouds.blobstore.options.ListContainerOptions
Packages that use ListContainerOptions
Package
Description
-
Uses of ListContainerOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? 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 ListContainerOptionsModifier and TypeMethodDescriptionBlobStoreListOptionsToListOptions.apply
(ListContainerOptions from) -
Uses of ListContainerOptions in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionstatic 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 ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? 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 -
Uses of ListContainerOptions in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> B2BlobStore.list
(String container, ListContainerOptions options) -
Uses of ListContainerOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
BaseBlobStore.clearContainer
(String containerName, ListContainerOptions options) This implementation invokesinvalid reference
BlobUtilsImpl#clearContainer
long
BaseBlobStore.countBlobs
(String containerName, ListContainerOptions options) This implementation invokesinvalid reference
BlobUtilsImpl#countBlobs
-
Uses of ListContainerOptions in org.jclouds.blobstore.options
Subclasses of ListContainerOptions in org.jclouds.blobstore.optionsMethods in org.jclouds.blobstore.options that return ListContainerOptionsModifier and TypeMethodDescriptionListContainerOptions.afterMarker
(String marker) Place to continue a listing at.static ListContainerOptions
ListContainerOptions.Builder.afterMarker
(String marker) ListContainerOptions.ImmutableListContainerOptions.afterMarker
(String marker) ListOptions.ImmutableListOptions.afterMarker
(String marker) ListContainerOptions.clone()
ListContainerOptions.ImmutableListContainerOptions.clone()
static ListContainerOptions
specify the delimiter to be used when listingstatic ListContainerOptions
ListContainerOptions.Builder.inDirectory
(String directory) Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.ListContainerOptions.ImmutableListContainerOptions.inDirectory
(String dir) ListContainerOptions.inDirectory
(String dir) Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.static ListContainerOptions
ListContainerOptions.Builder.maxResults
(int maxKeys) ListContainerOptions.ImmutableListContainerOptions.maxResults
(int maxKeys) ListContainerOptions.maxResults
(int maxKeys) The maximum number of values you'd like to see in the response body.ListOptions.ImmutableListOptions.maxResults
(int maxKeys) static ListContainerOptions
Only list keys that start with the supplied prefixstatic ListContainerOptions
ListContainerOptions.Builder.recursive()
ListContainerOptions.ImmutableListContainerOptions.recursive()
ListContainerOptions.recursive()
return a listing of all objects inside the store, recursively.static ListContainerOptions
ListContainerOptions.Builder.withDetails()
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 -
Uses of ListContainerOptions in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionvoid
ClearListStrategy.execute
(String containerName, ListContainerOptions options) long
CountListStrategy.execute
(String containerName, ListContainerOptions options) 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 ListContainerOptionsModifier and TypeMethodDescriptionIterable
<? extends StorageMetadata> ConcatenateContainerLists.execute
(String container, ListContainerOptions options) long
CountBlobTypeInList.execute
(String container, ListContainerOptions options) void
DeleteAllKeysInList.execute
(String containerName, ListContainerOptions listOptions) 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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
FileSystemBlobUtilsImpl.clearContainer
(String container, ListContainerOptions options) long
FileSystemBlobUtilsImpl.countBlobs
(String container, ListContainerOptions options) -
Uses of ListContainerOptions in org.jclouds.glacier.blobstore
Methods in org.jclouds.glacier.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> GlacierBlobStore.list
(String container, ListContainerOptions listContainerOptions) Lists the blobs in the container. -
Uses of ListContainerOptions in org.jclouds.glacier.blobstore.functions
Methods in org.jclouds.glacier.blobstore.functions with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionListContainerOptionsToInventoryRetrievalJobRequest.apply
(ListContainerOptions listContainerOptions) -
Uses of ListContainerOptions in org.jclouds.glacier.blobstore.strategy.internal
Methods in org.jclouds.glacier.blobstore.strategy.internal with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionvoid
ClearVaultStrategy.execute
(String container, ListContainerOptions listContainerOptions) -
Uses of ListContainerOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? 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 ListContainerOptionsModifier and TypeMethodDescriptionBlobStoreListContainerOptionsToListObjectOptions.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 ListContainerOptionsModifier and TypeMethodDescriptionvoid
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 -
Uses of ListContainerOptions in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type ListContainerOptionsModifier and TypeMethodDescriptionPageSet
<? 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