| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
| 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<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> |
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> |
ChecksumFileSystem.listLocatedStatus(Path f) |
List the statuses of the files/directories in the given path if the path is
a directory.
|
RemoteIterator<LocatedFileStatus> |
ChecksumFs.listLocatedStatus(Path f) |
|
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> |
FileSystem.listLocatedStatus(Path f) |
List the statuses of the files/directories in the given path if the path is
a directory.
|
protected RemoteIterator<LocatedFileStatus> |
FileSystem.listLocatedStatus(Path f,
PathFilter filter) |
List a directory.
|
RemoteIterator<LocatedFileStatus> |
FilterFileSystem.listLocatedStatus(Path f) |
List files and its block locations in a directory.
|
protected RemoteIterator<LocatedFileStatus> |
FilterFileSystem.listLocatedStatus(Path f,
PathFilter filter) |
|
RemoteIterator<LocatedFileStatus> |
FilterFs.listLocatedStatus(Path f) |
| Modifier and Type | Method | Description |
|---|---|---|
RemoteIterator<LocatedFileStatus> |
ViewFileSystem.listLocatedStatus(Path f,
PathFilter filter) |
|
RemoteIterator<LocatedFileStatus> |
ViewFs.listLocatedStatus(Path f) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.