| パッケージ | 説明 | 
|---|---|
| org.apache.hadoop.fs | Implementations of  AbstractFileSystemfor hdfs
    over rpc and hdfs over web. | 
| org.apache.hadoop.fs.viewfs | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| FsStatus | ViewFs. getFsStatus() | 
Copyright © 2016 Apache Software Foundation. All rights reserved.