| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Method | Description |
|---|---|---|
RemoteIterator<PartialListing<LocatedFileStatus>> |
BatchListingOperations.batchedListLocatedStatusIterator(java.util.List<Path> paths) |
Batched listing API that returns
PartialListings for the passed
Paths. |
RemoteIterator<PartialListing<FileStatus>> |
BatchListingOperations.batchedListStatusIterator(java.util.List<Path> paths) |
Batched listing API that returns
PartialListings for the
passed Paths. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.