public class MetricValueDetails extends Object
Constructor and Description |
---|
MetricValueDetails(MetricValue<?,?> metricValue) |
Modifier and Type | Method and Description |
---|---|
Number |
getMax()
Get the maximum value of the metric since the last persist.
|
Number |
getMin()
Get the minimum value of the metric since the last persist.
|
int |
getNumSamples()
Get the number of samples from the metric value.
|
Number |
getValue()
Get the number from this metric value.
|
String |
toString() |
public MetricValueDetails(MetricValue<?,?> metricValue)
public Number getValue()
public int getNumSamples()
public Number getMin()
public Number getMax()
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.