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 ListOptionsBlobStoreListOptionsToListOptions. 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 StringAtmosUtils. 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 ListBlobsOptionsListOptionsToListBlobsOptions. 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 voidBlobStore. 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.voidLocalStorageStrategy. 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.voidTransientStorageStrategy. clearContainer(String containerName, ListContainerOptions options)longBlobStore. 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 usingoptionsstatic 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 voidLocalBlobStore. clearContainer(String containerName, ListContainerOptions options)longLocalBlobStore. 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 voidBaseBlobStore. clearContainer(String containerName, ListContainerOptions options)This implementation invokesBlobUtilsImpl#clearContainerlongBaseBlobStore. 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 classListContainerOptions.ImmutableListContainerOptionsMethods in org.jclouds.blobstore.options that return ListContainerOptions Modifier and Type Method Description ListContainerOptionsListContainerOptions. afterMarker(String marker)Place to continue a listing at.static ListContainerOptionsListContainerOptions.Builder. afterMarker(String marker)ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. afterMarker(String marker)ListContainerOptionsListOptions.ImmutableListOptions. afterMarker(String marker)ListContainerOptionsListContainerOptions. clone()ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. clone()static ListContainerOptionsListContainerOptions.Builder. delimiter(String delimiterString)ListContainerOptionsListContainerOptions. delimiter(String delimiterString)specify the delimiter to be used when listingListContainerOptionsListContainerOptions.ImmutableListContainerOptions. delimiter(String delimiterString)static ListContainerOptionsListContainerOptions.Builder. inDirectory(String directory)Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. inDirectory(String dir)ListContainerOptionsListContainerOptions. inDirectory(String dir)Deprecated.superseded by ListContainerOptions.prefix and ListContainerOptions.delimiter.static ListContainerOptionsListContainerOptions.Builder. maxResults(int maxKeys)ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. maxResults(int maxKeys)ListContainerOptionsListContainerOptions. maxResults(int maxKeys)The maximum number of values you'd like to see in the response body.ListContainerOptionsListOptions.ImmutableListOptions. maxResults(int maxKeys)static ListContainerOptionsListContainerOptions.Builder. prefix(String prefix)ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. prefix(String prefix)ListContainerOptionsListContainerOptions. prefix(String prefix)Only list keys that start with the supplied prefixstatic ListContainerOptionsListContainerOptions.Builder. recursive()ListContainerOptionsListContainerOptions.ImmutableListContainerOptions. recursive()ListContainerOptionsListContainerOptions. recursive()return a listing of all objects inside the store, recursively.static ListContainerOptionsListContainerOptions.Builder. withDetails()ListContainerOptionsListContainerOptions. 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 voidClearListStrategy. execute(String containerName, ListContainerOptions options)longCountListStrategy. 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)longCountBlobTypeInList. execute(String container, ListContainerOptions options)voidDeleteAllKeysInList. 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 voidBlobUtils. clearContainer(String container, ListContainerOptions options)voidForwardingBlobStore. clearContainer(String container, ListContainerOptions options)voidReadOnlyBlobStore. clearContainer(String container, ListContainerOptions options)longBlobUtils. countBlobs(String container, ListContainerOptions options)longForwardingBlobStore. 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 voidBlobUtilsImpl. clearContainer(String container, ListContainerOptions options)longBlobUtilsImpl. 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 voidFilesystemStorageStrategyImpl. clearContainer(String container, ListContainerOptions options)longFilesystemStorageStrategyImpl. 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 voidFileSystemBlobUtilsImpl. clearContainer(String container, ListContainerOptions options)longFileSystemBlobUtilsImpl. 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 ListObjectOptionsBlobStoreListContainerOptionsToListObjectOptions. 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 voidRegionScopedSwiftBlobStore. clearContainer(String containerName, ListContainerOptions options)longRegionScopedSwiftBlobStore. 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 ListContainerOptionsToListContainerOptions. 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 ListBucketOptionsContainerToBucketListOptions. apply(ListContainerOptions from) 
 -