|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Histogram | |
---|---|
com.espertech.esper.metrics.codahale_metrics.metrics | Metrics (Codahale). |
com.espertech.esper.metrics.codahale_metrics.metrics.core | Metrics core (Codehale). |
com.espertech.esper.metrics.codahale_metrics.metrics.reporting | Metrics reporting (Codehale). |
Uses of Histogram in com.espertech.esper.metrics.codahale_metrics.metrics |
---|
Methods in com.espertech.esper.metrics.codahale_metrics.metrics that return Histogram | |
---|---|
static Histogram |
Metrics.newHistogram(java.lang.Class<?> klass,
java.lang.String name)
Creates a new non-biased Histogram and registers it under the
given class and name. |
static Histogram |
Metrics.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
boolean biased)
Creates a new Histogram and registers it under the given
class and name. |
static Histogram |
Metrics.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
java.lang.String scope)
Creates a new non-biased Histogram and registers it under the
given class, name, and scope. |
static Histogram |
Metrics.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
java.lang.String scope,
boolean biased)
Creates a new Histogram and registers it under the given
class, name, and scope. |
static Histogram |
Metrics.newHistogram(MetricName metricName)
Creates a new non-biased Histogram and registers it under the
given metric name. |
static Histogram |
Metrics.newHistogram(MetricName metricName,
boolean biased)
Creates a new Histogram and registers it under the given
metric name. |
Uses of Histogram in com.espertech.esper.metrics.codahale_metrics.metrics.core |
---|
Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core that return Histogram | |
---|---|
Histogram |
MetricsRegistry.newHistogram(java.lang.Class<?> klass,
java.lang.String name)
Creates a new non-biased Histogram and registers it under the given class and name. |
Histogram |
MetricsRegistry.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
boolean biased)
Creates a new Histogram and registers it under the given class and name. |
Histogram |
MetricsRegistry.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
java.lang.String scope)
Creates a new non-biased Histogram and registers it under the given class, name, and
scope. |
Histogram |
MetricsRegistry.newHistogram(java.lang.Class<?> klass,
java.lang.String name,
java.lang.String scope,
boolean biased)
Creates a new Histogram and registers it under the given class, name, and scope. |
Histogram |
MetricsRegistry.newHistogram(MetricName metricName,
boolean biased)
Creates a new Histogram and registers it under the given metric name. |
Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core with parameters of type Histogram | |
---|---|
void |
MetricProcessor.processHistogram(MetricName name,
Histogram histogram,
T context)
Process the given histogram. |
Uses of Histogram in com.espertech.esper.metrics.codahale_metrics.metrics.reporting |
---|
Methods in com.espertech.esper.metrics.codahale_metrics.metrics.reporting with parameters of type Histogram | |
---|---|
void |
CsvReporter.processHistogram(MetricName name,
Histogram histogram,
CsvReporter.Context context)
|
void |
JmxReporter.processHistogram(MetricName name,
Histogram histogram,
com.espertech.esper.metrics.codahale_metrics.metrics.reporting.JmxReporter.Context context)
|
void |
ConsoleReporter.processHistogram(MetricName name,
Histogram histogram,
java.io.PrintStream stream)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |