Uses of Class
com.codahale.metrics.Histogram
Packages that use Histogram
-
Uses of Histogram in com.codahale.metrics
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 TypeMethodDescriptionvoidMetricRegistryListener.Base.onHistogramAdded(String name, Histogram histogram) voidMetricRegistryListener.onHistogramAdded(String name, Histogram histogram) Called when aHistogramis added to the registry.