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