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(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)
           
 

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 © 2009 The Apache Software Foundation