Uses of Class
com.codahale.metrics.Timer
-
-
Uses of Timer in com.codahale.metrics
Methods in com.codahale.metrics that return Timer Modifier and Type Method Description TimerMetricRegistry. timer(String name)TimerMetricRegistry. timer(String name, MetricRegistry.MetricSupplier<Timer> supplier)TimerNoopMetricRegistry. timer(String name)TimerNoopMetricRegistry. timer(String name, MetricRegistry.MetricSupplier<Timer> supplier)Methods in com.codahale.metrics that return types with arguments of type Timer Modifier and Type Method Description SortedMap<String,Timer>MetricRegistry. getTimers()Returns a map of all the timers in the registry and their names.SortedMap<String,Timer>MetricRegistry. getTimers(MetricFilter filter)Returns a map of all the timers in the registry and their names which match the given filter.SortedMap<String,Timer>NoopMetricRegistry. getTimers()Returns a map of all the timers in the registry and their names.SortedMap<String,Timer>NoopMetricRegistry. 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 Timer Modifier and Type Method Description voidMetricRegistryListener.Base. onTimerAdded(String name, Timer timer)voidMetricRegistryListener. onTimerAdded(String name, Timer timer)Called when aTimeris added to the registry.Method parameters in com.codahale.metrics with type arguments of type Timer Modifier and Type Method Description TimerMetricRegistry. timer(String name, MetricRegistry.MetricSupplier<Timer> supplier)TimerNoopMetricRegistry. timer(String name, MetricRegistry.MetricSupplier<Timer> supplier)
-