Uses of Class
org.apache.hadoop.fs.LocatedFileStatus
Packages that use LocatedFileStatus
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.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 TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<PartialListing<LocatedFileStatus>>BatchListingOperations.batchedListLocatedStatusIterator(List<Path> paths) Batched listing API that returnsPartialListings for the passed Paths.org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>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 ofFileContext.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>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>FileSystem.listLocatedStatus(Path f) List the statuses of the files/directories in the given path if the path is a directory.protected org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>FileSystem.listLocatedStatus(Path f, PathFilter filter) List 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>FilterFileSystem.listLocatedStatus(Path f, PathFilter filter) -
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 TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>ViewFileSystem.listLocatedStatus(Path f, PathFilter filter) org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>ViewFs.listLocatedStatus(Path f)