Uses of Class
com.codahale.metrics.Histogram
Packages that use Histogram
-
Uses of Histogram in com.codahale.metrics
Fields in com.codahale.metrics declared as HistogramModifier and TypeFieldDescriptionprivate final Histogram
Timer.histogram
private final Histogram
JmxReporter.JmxHistogram.metric
Fields in com.codahale.metrics with type parameters of type HistogramModifier and TypeFieldDescriptionstatic final MetricRegistry.MetricBuilder
<Histogram> MetricRegistry.MetricBuilder.HISTOGRAMS
Methods in com.codahale.metrics that return HistogramMethods in com.codahale.metrics that return types with arguments of type HistogramModifier and TypeMethodDescriptionMetricRegistry.getHistograms()
Returns a map of all the histograms in the registry and their names.MetricRegistry.getHistograms
(MetricFilter filter) Returns a map of all the histograms in the registry and their names which match the given filter.Methods in com.codahale.metrics with parameters of type HistogramModifier and TypeMethodDescriptionprivate void
Slf4jReporter.logHistogram
(String name, Histogram histogram) void
JmxReporter.JmxListener.onHistogramAdded
(String name, Histogram histogram) void
MetricRegistryListener.Base.onHistogramAdded
(String name, Histogram histogram) void
MetricRegistryListener.onHistogramAdded
(String name, Histogram histogram) Called when aHistogram
is added to the registry.private void
ConsoleReporter.printHistogram
(Histogram histogram) private void
CsvReporter.reportHistogram
(long timestamp, String name, Histogram histogram) Constructors in com.codahale.metrics with parameters of type Histogram -
Uses of Histogram in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite with parameters of type HistogramModifier and TypeMethodDescriptionprivate void
GraphiteReporter.reportHistogram
(String name, Histogram histogram, long timestamp) -
Uses of Histogram in com.codahale.metrics.json
Methods in com.codahale.metrics.json with parameters of type Histogram