Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.viewfs |
Modifier and Type | Method and Description |
---|---|
abstract FsStatus |
AbstractFileSystem.getFsStatus()
The specification of this method matches that of
FileContext.getFsStatus(Path) . |
FsStatus |
AbstractFileSystem.getFsStatus(Path f)
The specification of this method matches that of
FileContext.getFsStatus(Path) except that Path f must be for this
file system. |
FsStatus |
FileContext.getFsStatus(Path f)
Returns a status object describing the use and capacity of the
file system denoted by the Parh argument p.
|
FsStatus |
FileSystem.getStatus()
Returns a status object describing the use and capacity of the
filesystem.
|
FsStatus |
RawLocalFileSystem.getStatus(Path p) |
FsStatus |
FilterFileSystem.getStatus(Path p) |
FsStatus |
FileSystem.getStatus(Path p)
Returns a status object describing the use and capacity of the
filesystem.
|
Modifier and Type | Method and Description |
---|---|
FsStatus |
ViewFs.getFsStatus() |
FsStatus |
ViewFileSystem.getStatus() |
FsStatus |
ViewFileSystem.getStatus(Path p) |
Modifier and Type | Method and Description |
---|---|
static Map<org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint,FsStatus> |
ViewFileSystemUtil.getStatus(FileSystem fileSystem,
Path path)
Get FsStatus for all ViewFsMountPoints matching path for the given
ViewFileSystem.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.