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

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

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.
 

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

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

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

Constructors in org.apache.hadoop.fs.ftp with parameters of type FileSystem.Statistics
FTPInputStream(InputStream stream, org.apache.commons.net.ftp.FTPClient client, FileSystem.Statistics stats)
           
 



Copyright © 2008 The Apache Software Foundation