public class GaugeValue extends SampleValue<Double>
ABSOLUTE, COUNTER, DERIVE, GAUGE| Constructor and Description | 
|---|
GaugeValue()  | 
GaugeValue(Double value)  | 
GaugeValue(Integer value)  | 
GaugeValue(Long value)  | 
| Modifier and Type | Method and Description | 
|---|---|
GaugeValue | 
add(Number other)  | 
BigInteger | 
bigIntegerValue()  | 
int | 
compareTo(Number o)  | 
GaugeValue | 
delta(Number other)  | 
GaugeValue | 
divide(Number object)  | 
double | 
doubleValue()  | 
boolean | 
equals(Object o)  | 
float | 
floatValue()  | 
MetricType | 
getType()  | 
int | 
hashCode()  | 
int | 
intValue()  | 
long | 
longValue()  | 
GaugeValue | 
multiply(Number other)  | 
GaugeValue | 
subtract(Number other)  | 
compose, decompose, fromHex, getValue, greaterThan, isNaN, lessThan, toHex, toStringbyteValue, shortValuepublic GaugeValue()
public GaugeValue(Integer value)
public GaugeValue(Long value)
public GaugeValue(Double value)
public GaugeValue delta(Number other)
delta in class SampleValue<Double>public GaugeValue add(Number other)
add in class SampleValue<Double>public GaugeValue subtract(Number other)
subtract in class SampleValue<Double>public GaugeValue multiply(Number other)
multiply in class SampleValue<Double>public GaugeValue divide(Number object)
divide in class SampleValue<Double>public BigInteger bigIntegerValue()
bigIntegerValue in class SampleValue<Double>public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic MetricType getType()
getType in class SampleValue<Double>public int compareTo(Number o)
public boolean equals(Object o)
equals in class SampleValue<Double>public int hashCode()
hashCode in class SampleValue<Double>Copyright © 2016. All rights reserved.