Uses of Interface
com.espertech.esper.metrics.codahale_metrics.metrics.core.MetricProcessor

Packages that use MetricProcessor
com.espertech.esper.metrics.codahale_metrics.metrics.core Metrics core (Codehale). 
com.espertech.esper.metrics.codahale_metrics.metrics.reporting Metrics reporting (Codehale). 
 

Uses of MetricProcessor in com.espertech.esper.metrics.codahale_metrics.metrics.core
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core with parameters of type MetricProcessor
<T> void
Timer.processWith(MetricProcessor<T> processor, MetricName name, T context)
           
<T> void
Metric.processWith(MetricProcessor<T> processor, MetricName name, T context)
          Allow the given MetricProcessor to process this as a metric.
<T> void
Meter.processWith(MetricProcessor<T> processor, MetricName name, T context)
           
<T> void
Histogram.processWith(MetricProcessor<T> processor, MetricName name, T context)
           
<T> void
Counter.processWith(MetricProcessor<T> processor, MetricName name, T context)
           
<U> void
Gauge.processWith(MetricProcessor<U> processor, MetricName name, U context)
           
 

Uses of MetricProcessor in com.espertech.esper.metrics.codahale_metrics.metrics.reporting
 

Classes in com.espertech.esper.metrics.codahale_metrics.metrics.reporting that implement MetricProcessor
 class ConsoleReporter
          A simple reporters which prints out application metrics to a PrintStream periodically.
 class CsvReporter
          A reporter which periodically appends data from each metric to a metric-specific CSV file in an output directory.
 class JmxReporter
          A reporter which exposes application metric as JMX MBeans.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com