Interface MetricRecord<T>
- All Known Implementing Classes:
DefaultMetricRecord
public interface MetricRecord<T>
A container associating a metric and its value.
-
Method Summary
-
Method Details
-
metric
-
value
T value()- Returns:
- The value of this metric.
-