| 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 |
|---|---|---|
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 |
DelegateToFileSystem.getFsStatus() |
|
FsStatus |
DelegateToFileSystem.getFsStatus(Path f) |
|
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 |
FilterFs.getFsStatus() |
|
FsStatus |
FilterFs.getFsStatus(Path f) |
|
FsStatus |
FileSystem.getStatus() |
Returns a status object describing the use and capacity of the
filesystem.
|
FsStatus |
FileSystem.getStatus(Path p) |
Returns a status object describing the use and capacity of the
filesystem.
|
FsStatus |
FilterFileSystem.getStatus(Path p) |
|
FsStatus |
HarFileSystem.getStatus(Path p) |
|
FsStatus |
RawLocalFileSystem.getStatus(Path p) |
| Modifier and Type | Method | Description |
|---|---|---|
FsStatus |
ViewFs.getFsStatus() |
|
FsStatus |
ViewFileSystem.getStatus() |
|
FsStatus |
ViewFileSystem.getStatus(Path p) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Map<ViewFileSystem.MountPoint,FsStatus> |
ViewFileSystemUtil.getStatus(FileSystem fileSystem,
Path path) |
Get FsStatus for all ViewFsMountPoints matching path for the given
ViewFileSystem.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.