Modifier and Type | Method and Description |
---|---|
Timer |
NoopMetricRegistry.timer(String name)
|
Timer |
MetricRegistry.timer(String name)
|
Timer |
NoopMetricRegistry.timer(String name,
MetricRegistry.MetricSupplier<Timer> supplier)
|
Timer |
MetricRegistry.timer(String name,
MetricRegistry.MetricSupplier<Timer> supplier)
|
Modifier and Type | Method and Description |
---|---|
SortedMap<String,Timer> |
NoopMetricRegistry.getTimers()
Returns a map of all the timers in the registry and their names.
|
SortedMap<String,Timer> |
MetricRegistry.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricRegistryListener.onTimerAdded(String name,
Timer timer)
Called when a
Timer is added to the registry. |
void |
MetricRegistryListener.Base.onTimerAdded(String name,
Timer timer) |
Copyright © 2011. All rights reserved.