Uses of Class
org.apache.hadoop.fs.FsStatus
Packages that use FsStatus
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of FsStatus in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return FsStatusModifier and TypeMethodDescriptionabstract FsStatusAbstractFileSystem.getFsStatus()The specification of this method matches that ofFileContext.getFsStatus(Path).AbstractFileSystem.getFsStatus(Path f) The specification of this method matches that ofFileContext.getFsStatus(Path)except that Path f must be for this file system.FileContext.getFsStatus(Path f) Returns a status object describing the use and capacity of the file system denoted by the Parh argument p.FileSystem.getStatus()Returns a status object describing the use and capacity of the filesystem.Returns a status object describing the use and capacity of the filesystem. -
Uses of FsStatus in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return FsStatusMethods in org.apache.hadoop.fs.viewfs that return types with arguments of type FsStatusModifier and TypeMethodDescriptionViewFileSystemUtil.getStatus(FileSystem fileSystem, Path path) Get FsStatus for all ViewFsMountPoints matching path for the given ViewFileSystem.