Groovy Documentation

org.gmetrics.metricregistry
[Groovy] Interface MetricRegistry


interface MetricRegistry

Represents a registry of metric classes, accessible by metric name

Authors:
Chris Mair


Method Summary
Collection getAllMetricNames()

Class getMetricClass(String metricName)

 

Method Detail

getAllMetricNames

Collection getAllMetricNames()


getMetricClass

Class getMetricClass(String metricName)


 

Groovy Documentation