| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.viewfs | |
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| Modifier and Type | Method and Description |
|---|---|
FsStatus |
Hdfs.getFsStatus() |
abstract FsStatus |
AbstractFileSystem.getFsStatus()
The specification of this method matches that of
FileContext.getFsStatus(Path). |
FsStatus |
FilterFs.getFsStatus() |
FsStatus |
DelegateToFileSystem.getFsStatus() |
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 |
FilterFs.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 |
FileSystem.getStatus()
Returns a status object describing the use and capacity of the
file system.
|
FsStatus |
FilterFileSystem.getStatus(Path p) |
FsStatus |
RawLocalFileSystem.getStatus(Path p) |
FsStatus |
FileSystem.getStatus(Path p)
Returns a status object describing the use and capacity of the
file system.
|
| Modifier and Type | Method and Description |
|---|---|
FsStatus |
ViewFs.getFsStatus() |
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributedFileSystem.DiskStatus
Deprecated.
Use
FsStatus instead |
| Modifier and Type | Method and Description |
|---|---|
FsStatus |
DFSClient.getDiskStatus() |
FsStatus |
DistributedFileSystem.getStatus(Path p) |
| Constructor and Description |
|---|
DistributedFileSystem.DiskStatus(FsStatus stats)
Deprecated.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.