Generated by
JDiff

Class org.apache.hadoop.metrics.util.MetricsIntValue

The superclass changed from java.lang.Object to org.apache.hadoop.metrics.util.MetricsBase.

Removed Constructors
MetricsIntValue(String) Constructor - create a new metric
 

Added Constructors
MetricsIntValue(String, MetricsRegistry) Constructor - create a new metric
MetricsIntValue(String, MetricsRegistry, String) Constructor - create a new metric
 

Removed Methods
void dec() Dec metrics by one
void dec(int) Inc metrics for incr vlaue
void inc() Inc metrics by one
void inc(int) Inc metrics for incr vlaue