Uses of Interface
org.forgerock.monitoring.api.instrument.Timer
-
Packages that use Timer Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.search Common Monitoring API Search functionality based on MicroMeterorg.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server. -
-
Uses of Timer in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return Timer Modifier and Type Method Description Timer
Timer.Builder. register(MeterRegistry registry)
Add the timer to a single registry, or return an existing timer in that registry.Timer
MeterRegistry. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
Only used bybuilder(String)
.Timer
MeterRegistryHolder. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
Methods in org.forgerock.monitoring.api.instrument with parameters of type Timer Modifier and Type Method Description long
Timer.Sample. stop(Timer timer)
Records the duration of the operation -
Uses of Timer in org.forgerock.monitoring.api.instrument.search
Methods in org.forgerock.monitoring.api.instrument.search that return Timer Modifier and Type Method Description Timer
RequiredSearch. timer()
Timer
Search. timer()
-
Uses of Timer in org.forgerock.monitoring.dropwizard
Classes in org.forgerock.monitoring.dropwizard that implement Timer Modifier and Type Class Description static class
DropwizardTypes.DescribableTimer
A describable timer, implementing both the dropwizard's and the monitoring-api's relevant APIs.Methods in org.forgerock.monitoring.dropwizard that return Timer Modifier and Type Method Description protected abstract Timer
AbstractMeterRegistry. newTimer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetector)
Build a new timer to be added to the registry.protected Timer
DropwizardMeterRegistry. newTimer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetector)
Timer
AbstractMeterRegistry. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
-
Uses of Timer in org.opends.server.api
Methods in org.opends.server.api that return Timer Modifier and Type Method Description Timer
MeterRegistryHolder. timer(String name)
Measures the time taken for short tasks and the count of these tasks.Timer
MeterRegistryHolder. timer(Meter.Id id, HistogramConfig histogramConfig, PauseDetector pauseDetectorOverride)
-