Uses of Class
org.apache.hadoop.mapreduce.counters.AbstractCounters

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

Uses of AbstractCounters in org.apache.hadoop.mapred
 

Subclasses of AbstractCounters in org.apache.hadoop.mapred
 class Counters
          A set of named counters.
 

Uses of AbstractCounters in org.apache.hadoop.mapreduce
 

Constructors in org.apache.hadoop.mapreduce with parameters of type AbstractCounters
Counters(AbstractCounters<C,G> counters)
          Construct the Counters object from the another counters object
 

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

Methods in org.apache.hadoop.mapreduce.counters with parameters of type AbstractCounters
 void AbstractCounters.incrAllCounters(AbstractCounters<C,G> other)
          Increments multiple counters by their amounts in another Counters instance.
 

Constructors in org.apache.hadoop.mapreduce.counters with parameters of type AbstractCounters
AbstractCounters(AbstractCounters<C1,G1> counters, org.apache.hadoop.mapreduce.counters.CounterGroupFactory<C,G> groupFactory)
          Construct from another counters object.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.