Generated by
JDiff

Class org.apache.hadoop.metrics.util.MetricsLongValue

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

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

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

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