@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface BatchListingOperations
CommonPathCapabilities.FS_EXPERIMENTAL_BATCH_LISTING
to be a supported
path capability.Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<PartialListing<LocatedFileStatus>> |
batchedListLocatedStatusIterator(List<Path> paths)
Batched listing API that returns
PartialListing s for the passed
Paths. |
org.apache.hadoop.fs.RemoteIterator<PartialListing<FileStatus>> |
batchedListStatusIterator(List<Path> paths)
Batched listing API that returns
PartialListing s for the
passed Paths. |
org.apache.hadoop.fs.RemoteIterator<PartialListing<FileStatus>> batchedListStatusIterator(List<Path> paths) throws IOException
PartialListing
s for the
passed Paths.paths
- List of paths to list.IOException
- failureorg.apache.hadoop.fs.RemoteIterator<PartialListing<LocatedFileStatus>> batchedListLocatedStatusIterator(List<Path> paths) throws IOException
PartialListing
s for the passed
Paths. The PartialListing will contain LocatedFileStatus
entries
with locations.paths
- List of paths to list.IOException
- failureCopyright © 2023 Apache Software Foundation. All rights reserved.