Uses of Interface
org.apache.hadoop.mapreduce.counters.CounterGroupBase
Packages that use CounterGroupBase
Package
Description
This package contains the implementations of different types of
map-reduce counters.
-
Uses of CounterGroupBase in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement CounterGroupBaseModifier and TypeClassDescriptionstatic classGroupof counters, comprising of counters from a particular counterEnumclass.Methods in org.apache.hadoop.mapred that return CounterGroupBaseMethods in org.apache.hadoop.mapred with parameters of type CounterGroupBaseModifier and TypeMethodDescriptionvoidCounters.Group.incrAllCounters(CounterGroupBase<Counters.Counter> rightGroup) -
Uses of CounterGroupBase in org.apache.hadoop.mapreduce
Subinterfaces of CounterGroupBase in org.apache.hadoop.mapreduceModifier and TypeInterfaceDescriptioninterfaceA group ofCounters that logically belong together. -
Uses of CounterGroupBase in org.apache.hadoop.mapreduce.counters
Classes in org.apache.hadoop.mapreduce.counters with type parameters of type CounterGroupBaseModifier and TypeClassDescriptionclassAbstractCounters<C extends Counter,G extends CounterGroupBase<C>> An abstract class to provide common implementation for the Counters container in both mapred and mapreduce packages.Methods in org.apache.hadoop.mapreduce.counters that return CounterGroupBaseMethods in org.apache.hadoop.mapreduce.counters with parameters of type CounterGroupBaseModifier and TypeMethodDescriptionvoidCounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup) Increment all counters by a group of counters