Uses of Class
com.codahale.metrics.Timer
Packages that use Timer
-
Uses of Timer in com.codahale.metrics
Methods in com.codahale.metrics that return TimerMethods in com.codahale.metrics that return types with arguments of type TimerModifier and TypeMethodDescriptionMetricRegistry.getTimers()Returns a map of all the timers in the registry and their names.MetricRegistry.getTimers(MetricFilter filter) Returns a map of all the timers in the registry and their names which match the given filter.Methods in com.codahale.metrics with parameters of type TimerModifier and TypeMethodDescriptionvoidMetricRegistryListener.Base.onTimerAdded(String name, Timer timer) voidMetricRegistryListener.onTimerAdded(String name, Timer timer) Called when aTimeris added to the registry.