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