Uses of Interface
org.apache.hadoop.mapreduce.Counter
Packages that use Counter
Package
Description
This package contains the implementations of different types of
map-reduce counters.
-
Uses of Counter in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement CounterModifier and TypeClassDescriptionstatic classA counter record, comprising its name and value.Methods in org.apache.hadoop.mapred that return Counter -
Uses of Counter in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce that return CounterModifier and TypeMethodDescriptionTaskAttemptContext.getCounter(Enum<?> counterName) Get theCounterfor the givencounterName.TaskAttemptContext.getCounter(String groupName, String counterName) Counter.getUnderlyingCounter() -
Uses of Counter in org.apache.hadoop.mapreduce.counters
Classes in org.apache.hadoop.mapreduce.counters with type parameters of type CounterModifier 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.interfaceCounterGroupBase<T extends Counter>The common counter group interface.