| 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 ValueMetric | 
MetricManager.getValueMetric(Class<?> cls,
              String eventName)
Return a ValueMetric using the Class and name to derive the MetricName. 
 | 
static ValueMetric | 
MetricManager.getValueMetric(MetricName name)
Return a ValueMetric given the name. 
 | 
static ValueMetric | 
MetricManager.getValueMetric(String name)
Return a ValueMetric given the name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetricVisitor.visit(ValueMetric value)
Visit a ValueMetric. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ValueMetric | 
PluginMetricManager.getValueMetric(MetricName name)
Return the ValueMetric using the metric name. 
 | 
Copyright © 2014. All Rights Reserved.