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

Packages that use AbstractCounters
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.counters This package contains the implementations of different types of map-reduce counters. 
org.apache.hadoop.mapreduce.util   
 

Uses of AbstractCounters in org.apache.hadoop.mapred
 

Subclasses of AbstractCounters in org.apache.hadoop.mapred
 class Counters
          Deprecated. Use Counters instead.
 

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, CounterGroupFactory<C,G> groupFactory)
          Construct from another counters object.
 

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

Methods in org.apache.hadoop.mapreduce.util with type parameters of type AbstractCounters
static
<C extends Counter,G extends CounterGroupBase<C>,T extends AbstractCounters<C,G>>
T
CountersStrings.parseEscapedCompactString(java.lang.String compactString, T counters)
          Parse a pre 0.21 counters string into a counter object.
static
<C extends Counter,G extends CounterGroupBase<C>,T extends AbstractCounters<C,G>>
java.lang.String
CountersStrings.toEscapedCompactString(T counters)
          Make the pre 0.21 counters string
 



Copyright © 2009 The Apache Software Foundation