|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsStatus | |
---|---|
org.apache.hadoop.fs | An abstract file system API. |
org.apache.hadoop.fs.viewfs |
Uses of FsStatus in org.apache.hadoop.fs |
---|
Methods in org.apache.hadoop.fs that return FsStatus | |
---|---|
abstract FsStatus |
AbstractFileSystem.getFsStatus()
The specification of this method matches that of FileContext.getFsStatus(Path) . |
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 |
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 |
FileSystem.getStatus()
Returns a status object describing the use and capacity of the file system. |
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 file system. |
Uses of FsStatus in org.apache.hadoop.fs.viewfs |
---|
Methods in org.apache.hadoop.fs.viewfs that return FsStatus | |
---|---|
FsStatus |
ViewFs.getFsStatus()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |