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 HistogramTimer.histogramprivate final HistogramJmxReporter.JmxHistogram.metricFields in com.codahale.metrics with type parameters of type HistogramModifier and TypeFieldDescriptionstatic final MetricRegistry.MetricBuilder<Histogram> MetricRegistry.MetricBuilder.HISTOGRAMSMethods 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 voidSlf4jReporter.logHistogram(String name, Histogram histogram) voidJmxReporter.JmxListener.onHistogramAdded(String name, Histogram histogram) voidMetricRegistryListener.Base.onHistogramAdded(String name, Histogram histogram) voidMetricRegistryListener.onHistogramAdded(String name, Histogram histogram) Called when aHistogramis added to the registry.private voidConsoleReporter.printHistogram(Histogram histogram) private voidCsvReporter.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 voidGraphiteReporter.reportHistogram(String name, Histogram histogram, long timestamp) -
Uses of Histogram in com.codahale.metrics.json
Subclasses with type arguments of type Histogram in com.codahale.metrics.jsonMethods in com.codahale.metrics.json with parameters of type Histogram