Uses of Interface
fish.payara.microprofile.metrics.impl.Clock
-
Packages that use Clock Package Description fish.payara.microprofile.metrics.impl -
-
Uses of Clock in fish.payara.microprofile.metrics.impl
Fields in fish.payara.microprofile.metrics.impl declared as Clock Modifier and Type Field Description static ClockClock. DEFAULTA clock implementation which returns the current time in epoch nanoseconds.static ClockClock. THREAD_CPU_TIMEA clock implementation which returns the current thread's CPU time.Methods in fish.payara.microprofile.metrics.impl that return Clock Modifier and Type Method Description static ClockClock. defaultClock()The default clock to use.Constructors in fish.payara.microprofile.metrics.impl with parameters of type Clock Constructor Description ExponentiallyDecayingReservoir(int size, double alpha, Clock clock)Creates a newExponentiallyDecayingReservoir.MetricRegistryImpl(String type, Clock clock)TimerImpl(Clock clock)TimerImpl(Reservoir reservoir, Clock clock)
-