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 AbstractFileSystem.statistics
          The statistics for this file system.
protected  FileSystem.Statistics FileSystem.statistics
          The statistics for this file system.
 

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

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

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.