Package | Description |
---|---|
org.apache.hadoop.mapreduce.counters |
This package contains the implementations of different types of
map-reduce counters.
|
Modifier and Type | Method and Description |
---|---|
Limits |
AbstractCounters.limits() |
Modifier and Type | Method and Description |
---|---|
protected abstract G |
CounterGroupFactory.newGenericGroup(java.lang.String name,
java.lang.String displayName,
Limits limits)
Abstract factory method to create a generic (vs framework) counter group
|
G |
CounterGroupFactory.newGroup(java.lang.String name,
Limits limits)
Create a new counter group
|
G |
CounterGroupFactory.newGroup(java.lang.String name,
java.lang.String displayName,
Limits limits)
Create a new counter group
|
Constructor and Description |
---|
AbstractCounterGroup(java.lang.String name,
java.lang.String displayName,
Limits limits) |
Copyright © 2009 The Apache Software Foundation