@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 | 
public static final boolean ABSOLUTE
public static final boolean INCREMENT
public MetricValue(Number number, boolean isIncrement)
public boolean isIncrement()
public boolean isAbsolute()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.