Uses of Class
org.apache.hadoop.fs.FileSystem.Statistics

Packages that use FileSystem.Statistics
org.apache.hadoop.fs An abstract file system API. 
 

Uses of FileSystem.Statistics in org.apache.hadoop.fs
 

Fields in org.apache.hadoop.fs declared as FileSystem.Statistics
protected  FileSystem.Statistics FileSystem.statistics
          The statistics for this file system.
protected  FileSystem.Statistics AbstractFileSystem.statistics
          The statistics for this file system.
 

Methods in org.apache.hadoop.fs that return FileSystem.Statistics
protected  FileSystem.Statistics AbstractFileSystem.getStatistics()
           
protected static FileSystem.Statistics AbstractFileSystem.getStatistics(String scheme, Class<? extends AbstractFileSystem> cls)
          Get the statistics for a particular file system.
static FileSystem.Statistics FileSystem.getStatistics(String scheme, Class<? extends FileSystem> cls)
          Get the statistics for a particular file system
 

Methods in org.apache.hadoop.fs that return types with arguments of type FileSystem.Statistics
static List<FileSystem.Statistics> FileSystem.getAllStatistics()
          Return the FileSystem classes that have Statistics
static Map<String,FileSystem.Statistics> FileSystem.getStatistics()
          Deprecated. use FileSystem.getAllStatistics() instead
 

Constructors in org.apache.hadoop.fs with parameters of type FileSystem.Statistics
FSDataOutputStream(OutputStream out, FileSystem.Statistics stats)
           
FSDataOutputStream(OutputStream out, FileSystem.Statistics stats, long startPosition)
           
 



Copyright © 2009 The Apache Software Foundation