| Package | Description | 
|---|---|
| org.apache.hadoop.fs | Implementations of  AbstractFileSystemfor hdfs
    over rpc and hdfs over web. | 
| org.apache.hadoop.fs.viewfs | ViewFileSystem and ViewFileSystemOverloadScheme classes. | 
| 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<LocatedFileStatus> | FileSystem. listFiles(Path f,
         boolean recursive)List the statuses and block locations of the files in the given path. | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | AbstractFileSystem. listLocatedStatus(Path f)The specification of this method matches that of
  FileContext.listLocatedStatus(Path)except that Path f 
 must be for this file system. | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | ChecksumFileSystem. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | FileSystem. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | FileContext. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | FilterFileSystem. listLocatedStatus(Path f)List files and its block locations in a directory. | 
| protected org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | FileSystem. listLocatedStatus(Path f,
                 PathFilter filter)List a directory. | 
| protected org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | FilterFileSystem. listLocatedStatus(Path f,
                 PathFilter filter) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | ViewFs. listLocatedStatus(Path f) | 
| org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus> | ViewFileSystem. listLocatedStatus(Path f,
                 PathFilter filter) | 
Copyright © 2023 Apache Software Foundation. All rights reserved.