| Package | Description | 
|---|---|
| org.apache.hadoop.fs | An abstract file system API. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected FileSystem.Statistics | AbstractFileSystem. statisticsThe statistics for this file system. | 
| protected FileSystem.Statistics | FileSystem. statisticsThe statistics for this file system. | 
| Modifier and Type | Method and Description | 
|---|---|
| FileSystem.Statistics | AbstractFileSystem. getStatistics() | 
| static FileSystem.Statistics | FileSystem. getStatistics(String scheme,
             Class<? extends FileSystem> cls)Deprecated. 
 | 
| protected static FileSystem.Statistics | AbstractFileSystem. getStatistics(URI uri)Get the statistics for a particular file system. | 
| static FileSystem.Statistics | FileContext. getStatistics(URI uri)Get the statistics for a particular file system | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Map<URI,FileSystem.Statistics> | AbstractFileSystem. getAllStatistics() | 
| static Map<URI,FileSystem.Statistics> | FileContext. getAllStatistics() | 
| static List<FileSystem.Statistics> | FileSystem. getAllStatistics()Deprecated. 
 | 
| static Map<String,FileSystem.Statistics> | FileSystem. getStatistics()Deprecated. 
 | 
| Constructor and Description | 
|---|
| FileSystem.Statistics(FileSystem.Statistics other)Copy constructor. | 
| FSDataOutputStream(OutputStream out,
                  FileSystem.Statistics stats) | 
| FSDataOutputStream(OutputStream out,
                  FileSystem.Statistics stats,
                  long startPosition) | 
Copyright © 2018 Apache Software Foundation. All Rights Reserved.