|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricProcessor | |
---|---|
com.espertech.esper.metrics.codahale_metrics.metrics.core | |
com.espertech.esper.metrics.codahale_metrics.metrics.reporting |
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 | ||
---|---|---|
|
Timer.processWith(MetricProcessor<T> processor,
MetricName name,
T context)
|
|
|
Metric.processWith(MetricProcessor<T> processor,
MetricName name,
T context)
Allow the given MetricProcessor to process this as a metric. |
|
|
Meter.processWith(MetricProcessor<T> processor,
MetricName name,
T context)
|
|
|
Histogram.processWith(MetricProcessor<T> processor,
MetricName name,
T context)
|
|
|
Counter.processWith(MetricProcessor<T> processor,
MetricName name,
T context)
|
|
|
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-2014 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |