| Package | Description | 
|---|---|
| org.apache.hadoop.fs | An abstract file system API. | 
| org.apache.hadoop.fs.viewfs | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteIterator<LocatedFileStatus> | FileContext.Util. listFiles(Path f,
         boolean recursive)List the statuses and block locations of the files in the given path. | 
| RemoteIterator<LocatedFileStatus> | FileSystem. listFiles(Path f,
         boolean recursive)List the statuses and block locations of the files in the given path. | 
| RemoteIterator<LocatedFileStatus> | ChecksumFileSystem. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| 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. | 
| RemoteIterator<LocatedFileStatus> | FileContext. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| RemoteIterator<LocatedFileStatus> | FilterFileSystem. listLocatedStatus(Path f)List files and its block locations in a directory. | 
| RemoteIterator<LocatedFileStatus> | FileSystem. listLocatedStatus(Path f)List the statuses of the files/directories in the given path if the path is
 a directory. | 
| protected RemoteIterator<LocatedFileStatus> | FilterFileSystem. listLocatedStatus(Path f,
                 PathFilter filter) | 
| protected RemoteIterator<LocatedFileStatus> | FileSystem. listLocatedStatus(Path f,
                 PathFilter filter)List a directory. | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteIterator<LocatedFileStatus> | ViewFs. listLocatedStatus(Path f) | 
| RemoteIterator<LocatedFileStatus> | ViewFileSystem. listLocatedStatus(Path f,
                 PathFilter filter) | 
Copyright © 2018 Apache Software Foundation. All Rights Reserved.