Uses of Class
org.apache.hadoop.fs.LocatedFileStatus
Packages that use LocatedFileStatus
Package
Description
An abstract file system API.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of LocatedFileStatus in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return types with arguments of type LocatedFileStatusModifier and TypeMethodDescriptionBatchListingOperations.batchedListLocatedStatusIterator(List<Path> paths) Batched listing API that returnsPartialListings for the passed Paths.List the statuses and block locations of the files in the given path.List the statuses and block locations of the files in the given path.AbstractFileSystem.listLocatedStatus(Path f) The specification of this method matches that ofFileContext.listLocatedStatus(Path)except that Path f must be for this file system.ChecksumFileSystem.listLocatedStatus(Path f) List the statuses of the files/directories in the given path if the path is a directory.ChecksumFs.listLocatedStatus(Path f) FileContext.listLocatedStatus(Path f) List the statuses of the files/directories in the given path if the path is a directory.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.FilterFileSystem.listLocatedStatus(Path f) List files and its block locations in a directory.protected RemoteIterator<LocatedFileStatus>FilterFileSystem.listLocatedStatus(Path f, PathFilter filter) FilterFs.listLocatedStatus(Path f) -
Uses of LocatedFileStatus in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return types with arguments of type LocatedFileStatusModifier and TypeMethodDescriptionViewFileSystem.listLocatedStatus(Path f, PathFilter filter) ViewFs.listLocatedStatus(Path f)