Class MetricValue
- java.lang.Object
-
- com.mapr.org.apache.hadoop.metrics.spi.MetricValue
-
@Public @Evolving public class MetricValue extends java.lang.ObjectA Number that is either an absolute or an incremental amount.
-
-
Constructor Summary
Constructors Constructor Description MetricValue(java.lang.Number number, boolean isIncrement)Creates a new instance of MetricValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.NumbergetNumber()booleanisAbsolute()booleanisIncrement()
-
-
-
Field Detail
-
ABSOLUTE
public static final boolean ABSOLUTE
- See Also:
- Constant Field Values
-
INCREMENT
public static final boolean INCREMENT
- See Also:
- Constant Field Values
-
-