Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for 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
PartialListing s for the passed
Paths. |
org.apache.hadoop.fs.RemoteIterator<PartialListing<FileStatus>> |
BatchListingOperations.batchedListStatusIterator(List<Path> paths)
Batched listing API that returns
PartialListing s for the
passed Paths. |
Copyright © 2023 Apache Software Foundation. All rights reserved.