public class DefaultMetricRegistry extends java.lang.Object implements MetricRegistry, groovy.lang.GroovyObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
METRIC_CLASSES |
| Constructor and Description |
|---|
DefaultMetricRegistry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getAllMetricNames() |
groovy.lang.MetaClass |
getMetaClass() |
java.lang.Class<Metric> |
getMetricClass(java.lang.String metricName) |
java.lang.Object |
getProperty(java.lang.String property) |
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(java.lang.String property,
java.lang.Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(java.lang.String property,
java.lang.Object value)
setProperty in interface groovy.lang.GroovyObjectpublic java.lang.Class<Metric> getMetricClass(java.lang.String metricName)
getMetricClass in interface MetricRegistrypublic java.util.Collection<java.lang.String> getAllMetricNames()
getAllMetricNames in interface MetricRegistry