Uses of Class
org.apache.hadoop.mapreduce.FileSystemCounter

Packages that use FileSystemCounter
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.counters This package contains the implementations of different types of map-reduce counters. 
 

Uses of FileSystemCounter in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return FileSystemCounter
static FileSystemCounter FileSystemCounter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileSystemCounter[] FileSystemCounter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FileSystemCounter in org.apache.hadoop.mapreduce.counters
 

Methods in org.apache.hadoop.mapreduce.counters with parameters of type FileSystemCounter
 C FileSystemCounterGroup.findCounter(java.lang.String scheme, FileSystemCounter key)
           
 C AbstractCounters.findCounter(java.lang.String scheme, FileSystemCounter key)
          Find the file system counter for the given scheme and enum.
protected abstract  C FileSystemCounterGroup.newCounter(java.lang.String scheme, FileSystemCounter key)
          Abstract factory method to create a file system counter
 

Constructors in org.apache.hadoop.mapreduce.counters with parameters of type FileSystemCounter
FileSystemCounterGroup.FSCounter(java.lang.String scheme, FileSystemCounter ref)
           
 



Copyright © 2009 The Apache Software Foundation