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 java.util.Collection<java.lang.String>
getAllMetricNames()
java.lang.Class<Metric>
getMetricClass(java.lang.String metricName)
-
-
-
Method Detail
-
getMetricClass
java.lang.Class<Metric> getMetricClass(java.lang.String metricName)
-
getAllMetricNames
java.util.Collection<java.lang.String> getAllMetricNames()
-
-