Generated by
JDiff

Class org.apache.hadoop.mapred.Counters.Counter

The superclass changed from java.lang.Object to org.apache.hadoop.mapreduce.Counter.
Removed interface org.apache.hadoop.io.Writable.

Changed Methods
String getDisplayName() Method was locally defined, but is now inherited from Counter. Get the name of the counter.
String getName() Method was locally defined, but is now inherited from Counter.  
void increment(long) Method was locally defined, but is now inherited from Counter. Increment this counter by the given value
void readFields(DataInput) Method was locally defined, but is now inherited from Counter. Read the binary representation of the counter
void write(DataOutput) Method was locally defined, but is now inherited from Counter. Write the binary representation of the counter