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 Timer
MetricRegistry. timer(MetricName name)
Timer
MetricRegistry. timer(MetricName name, MetricRegistry.MetricSupplier<Timer> supplier)
Timer
MetricRegistry. timer(String name)
Timer
NoopMetricRegistry. timer(MetricName name)
Timer
NoopMetricRegistry. timer(MetricName name, MetricRegistry.MetricSupplier<Timer> supplier)
Timer
NoopMetricRegistry. 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 void
MetricRegistryListener.Base. onTimerAdded(MetricName name, Timer timer)
void
MetricRegistryListener. onTimerAdded(MetricName name, Timer timer)
Called when aTimer
is added to the registry.Method parameters in io.dropwizard.metrics5 with type arguments of type Timer Modifier and Type Method Description Timer
MetricRegistry. timer(MetricName name, MetricRegistry.MetricSupplier<Timer> supplier)
Timer
NoopMetricRegistry. timer(MetricName name, MetricRegistry.MetricSupplier<Timer> supplier)
-