Package | Description |
---|---|
org.avaje.metric |
The main public API for Avaje Metrics.
|
org.avaje.metric.spi |
The service provider API that needs to be implemented by implementors.
|
Modifier and Type | Method and Description |
---|---|
static MetricNameCache |
MetricManager.getMetricNameCache(Class<?> cls)
Return a MetricNameCache for the given class.
|
static MetricNameCache |
MetricManager.getMetricNameCache(MetricName baseName)
Return a MetricNameCache for a given base metric name.
|
Modifier and Type | Method and Description |
---|---|
MetricNameCache |
PluginMetricManager.getMetricNameCache(Class<?> cls)
Return the MetricNameCache using the class as a base name.
|
MetricNameCache |
PluginMetricManager.getMetricNameCache(MetricName baseName)
Return the MetricNameCache using a MetricName as a base name.
|
Copyright © 2014. All Rights Reserved.