Package org.gmetrics.metricregistry
Interface MetricRegistry
-
- All Known Implementing Classes:
DefaultMetricRegistry
public interface MetricRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getAllMetricNames()
Class<Metric>
getMetricClass(String metricName)
-
-
-
Method Detail
-
getAllMetricNames
Collection<String> getAllMetricNames()
-
-