public class MetricLong extends MetricValue
Constructor and Description |
---|
MetricLong(long value) |
MetricLong(MetricId metricId,
long value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
long |
getLong() |
int |
hashCode() |
boolean |
isLong() |
java.lang.String |
toString() |
getDouble, getMetricId, getStat, isDouble, isStat
public MetricLong(MetricId metricId, long value)
public MetricLong(long value)
public boolean isLong()
isLong
in class MetricValue
public long getLong()
getLong
in class MetricValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object