@InterfaceAudience.Public @InterfaceStability.Evolving public class MetricValue extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ABSOLUTE |
static boolean |
INCREMENT |
Constructor and Description |
---|
MetricValue(Number number,
boolean isIncrement)
Creates a new instance of MetricValue
|
Modifier and Type | Method and Description |
---|---|
Number |
getNumber() |
boolean |
isAbsolute() |
boolean |
isIncrement() |
public static final boolean ABSOLUTE
public static final boolean INCREMENT
public MetricValue(Number number, boolean isIncrement)
public boolean isIncrement()
public boolean isAbsolute()
Copyright © 2017 Apache Software Foundation. All rights reserved.