Interface Metrics
-
- All Known Implementing Classes:
IngestMetrics
,QueryMetrics
public interface Metrics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getMetric(String metricName)
SortedSet<String>
getMetricNames()
void
putMetric(String metricName, Object metric)
-