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