Uses of Interface
org.forgerock.monitoring.api.instrument.Clock
-
Packages that use Clock Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard. -
-
Uses of Clock in org.forgerock.monitoring.api.instrument
Fields in org.forgerock.monitoring.api.instrument declared as Clock Modifier and Type Field Description static Clock
Clock. SYSTEM
Methods in org.forgerock.monitoring.api.instrument that return Clock Modifier and Type Method Description Clock
MeterRegistry.Config. clock()
Returns the Clock used to measure durations of Timers.Methods in org.forgerock.monitoring.api.instrument with parameters of type Clock Modifier and Type Method Description static Timer.Sample
Timer. start(Clock clock)
-
Uses of Clock in org.forgerock.monitoring.dropwizard
Methods in org.forgerock.monitoring.dropwizard that return Clock Modifier and Type Method Description Clock
AbstractMeterRegistry.ConfigImpl. clock()
Constructors in org.forgerock.monitoring.dropwizard with parameters of type Clock Constructor Description AbstractMeterRegistry(Clock clock)
Creates an abstract meter registry.DropwizardMeterRegistry(Clock clock)
Constructor for this class.DropwizardMeterRegistry(Clock clock, Supplier<com.codahale.metrics.Reservoir> newReservoirSupplier)
Constructor for this class.
-