| 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 BucketTimedMetric | 
MetricManager.getTimedMetric(Class<?> cls,
              String name,
              int... bucketRanges)
Return a BucketTimedMetric given the name and bucket ranges. 
 | 
static BucketTimedMetric | 
MetricManager.getTimedMetric(MetricName name,
              int... bucketRanges)
Return a BucketTimedMetric given the name and bucket ranges. 
 | 
static BucketTimedMetric | 
MetricManager.getTimedMetric(String name,
              int... bucketRanges)
Return a BucketTimedMetric given the name and bucket ranges. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetricVisitor.visit(BucketTimedMetric bucket)
Visit a BucketTimedMetric. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BucketTimedMetric | 
PluginMetricManager.getBucketTimedMetric(MetricName name,
                    int... bucketRanges)
Return the BucketTimedMetric using the given base metric name and bucketRanges. 
 | 
Copyright © 2014. All Rights Reserved.