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 protected ClockCompleteMinuteMinMaxTracker. clockprotected ClockCompleteMinuteMinMaxTracker. clockstatic 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 ConcurrentGaugeImpl(Clock clock)ExponentiallyDecayingReservoir(int size, double alpha, Clock clock)Creates a newExponentiallyDecayingReservoir.MeterImpl(Clock clock)Creates a newMeterImpl.MetricRegistryImpl(org.eclipse.microprofile.metrics.MetricRegistry.Type type, Clock clock)SimpleTimerImpl(Clock clock)TimerImpl(Clock clock)TimerImpl(Reservoir reservoir, Clock clock)
-