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