Generated by
JDiff

Interface org.apache.hadoop.mapreduce.counters.CounterGroupBase

Changed Methods
String getDisplayName() Changed from abstract to non-abstract. Get the display name of the group.
String getName() Changed from abstract to non-abstract. Get the internal name of the group
void incrAllCounters(CounterGroupBase) Changed from abstract to non-abstract. Increment all counters by a group of counters
void setDisplayName(String) Changed from abstract to non-abstract. Set the display name of the group
int size() Changed from abstract to non-abstract. @return the number of counters in this group.
T addCounter(String, String, long) Changed from abstract to non-abstract. Add a counter to this group
void addCounter(T) Changed from abstract to non-abstract. Add a counter to this group.
T findCounter(String) Changed from abstract to non-abstract. Find a counter in the group.
T findCounter(String, boolean) Changed from abstract to non-abstract. Find a counter in the group
T findCounter(String, String) Changed from abstract to non-abstract. Find a counter in the group.