Groovy Documentation

org.gmetrics.metricregistry
[Groovy] Class DefaultMetricRegistry

java.lang.Object
  org.gmetrics.metricregistry.DefaultMetricRegistry
All Implemented Interfaces:
MetricRegistry

class DefaultMetricRegistry

Default implementation of MetricRegistry

Authors:
Chris Mair


Method Summary
Collection getAllMetricNames()

Class getMetricClass(String metricName)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getAllMetricNames

@Override
Collection getAllMetricNames()


getMetricClass

@Override
Class getMetricClass(String metricName)


 

Groovy Documentation