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

Packages that use Counters
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.tools   
 

Uses of Counters in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred with parameters of type Counters
protected  long JobClient.getCounter(Counters cntrs, String counterGroupName, String counterName)
           
 

Constructors in org.apache.hadoop.mapred with parameters of type Counters
Counters(Counters newCounters)
           
 

Uses of Counters in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Counters
 Counters Job.getCounters()
          Gets the counters for this job.
 

Uses of Counters in org.apache.hadoop.mapreduce.tools
 

Methods in org.apache.hadoop.mapreduce.tools with parameters of type Counters
protected  long CLI.getCounter(Counters counters, String counterGroupName, String counterName)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.