public class MetricValue
extends java.lang.Object
Constructor and Description |
---|
MetricValue(MetricId metricId) |
Modifier and Type | Method and Description |
---|---|
double |
getDouble() |
long |
getLong() |
MetricId |
getMetricId() |
org.apache.commons.math3.stat.descriptive.StatisticalSummary |
getStat() |
boolean |
isDouble() |
boolean |
isLong() |
boolean |
isStat() |
public MetricValue(MetricId metricId)
public MetricId getMetricId()
public boolean isDouble()
public double getDouble()
public boolean isLong()
public long getLong()
public boolean isStat()
public org.apache.commons.math3.stat.descriptive.StatisticalSummary getStat()