| Package | Description | 
|---|---|
| org.apache.hadoop.fs | Implementations of  AbstractFileSystemfor hdfs
    over rpc and hdfs over web. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.fs.RemoteIterator<PartialListing<LocatedFileStatus>> | BatchListingOperations. batchedListLocatedStatusIterator(List<Path> paths)Batched listing API that returns  PartialListings for the passed
 Paths. | 
| org.apache.hadoop.fs.RemoteIterator<PartialListing<FileStatus>> | BatchListingOperations. batchedListStatusIterator(List<Path> paths)Batched listing API that returns  PartialListings for the
 passed Paths. | 
Copyright © 2023 Apache Software Foundation. All rights reserved.