Uses of Class
org.apache.hadoop.mapreduce.counters.AbstractCounters
Packages that use AbstractCounters
Package
Description
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 -
Uses of AbstractCounters in org.apache.hadoop.mapreduce
Subclasses of AbstractCounters in org.apache.hadoop.mapreduceModifier and TypeClassDescriptionclassCountersholds per job/task counters, defined either by the Map-Reduce framework or applications.Constructors in org.apache.hadoop.mapreduce with parameters of type AbstractCountersModifierConstructorDescriptionCounters(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 AbstractCountersModifier and TypeMethodDescriptionvoidAbstractCounters.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 AbstractCountersModifierConstructorDescriptionAbstractCounters(AbstractCounters<C1, G1> counters, org.apache.hadoop.mapreduce.counters.CounterGroupFactory<C, G> groupFactory) Construct from another counters object.