com.yammer.metrics.core
Interface Metric

All Known Subinterfaces:
Metered
All Known Implementing Classes:
CounterMetric, GaugeMetric, HistogramMetric, JmxGauge, MeterMetric, TimerMetric

public interface Metric

A tag interface to indicate that a class is a metric.


Method Summary
<T> void
processWith(MetricsProcessor<T> reporter, MetricName name, T context)
           
 

Method Detail

processWith

<T> void processWith(MetricsProcessor<T> reporter,
                     MetricName name,
                     T context)
                 throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.