Uses of Class
com.codahale.metrics.Meter
Packages that use Meter
-
Uses of Meter in com.codahale.metrics
Methods in com.codahale.metrics that return MeterMethods in com.codahale.metrics that return types with arguments of type MeterModifier and TypeMethodDescriptionMetricRegistry.getMeters()Returns a map of all the meters in the registry and their names.MetricRegistry.getMeters(MetricFilter filter) Returns a map of all the meters in the registry and their names which match the given filter.Methods in com.codahale.metrics with parameters of type MeterModifier and TypeMethodDescriptionvoidMetricRegistryListener.Base.onMeterAdded(String name, Meter meter) voidMetricRegistryListener.onMeterAdded(String name, Meter meter) Called when aMeteris added to the registry.