@Public
@Unstable
public interface BatchListingOperations
CommonPathCapabilities.FS_EXPERIMENTAL_BATCH_LISTING to be a supported
path capability.| Modifier and Type | Method | Description |
|---|---|---|
RemoteIterator<PartialListing<LocatedFileStatus>> |
batchedListLocatedStatusIterator(java.util.List<Path> paths) |
Batched listing API that returns
PartialListings for the passed
Paths. |
RemoteIterator<PartialListing<FileStatus>> |
batchedListStatusIterator(java.util.List<Path> paths) |
Batched listing API that returns
PartialListings for the
passed Paths. |
RemoteIterator<PartialListing<FileStatus>> batchedListStatusIterator(java.util.List<Path> paths) throws java.io.IOException
PartialListings for the
passed Paths.paths - List of paths to list.java.io.IOException - failureRemoteIterator<PartialListing<LocatedFileStatus>> batchedListLocatedStatusIterator(java.util.List<Path> paths) throws java.io.IOException
PartialListings for the passed
Paths. The PartialListing will contain LocatedFileStatus entries
with locations.paths - List of paths to list.java.io.IOException - failureCopyright © 2008–2025 Apache Software Foundation. All rights reserved.