| 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 |