Counters
holds per job/task counters, defined either by the Map-Reduce framework or applications. Each Counter
can be of any {@link Enum} type.
Counters
are bunched into {@link CounterGroup}s, each comprising of counters from a particular Enum
class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|