Uses of Class
io.smallrye.metrics.app.Clock
-
Packages that use Clock Package Description io.smallrye.metrics.app -
-
Uses of Clock in io.smallrye.metrics.app
Subclasses of Clock in io.smallrye.metrics.app Modifier and Type Class Description static classClock.UserTimeClockA clock implementation which returns the current time in epoch nanoseconds.Methods in io.smallrye.metrics.app that return Clock Modifier and Type Method Description static ClockClock. defaultClock()The default clock to use.Constructors in io.smallrye.metrics.app with parameters of type Clock Constructor Description ExponentiallyDecayingReservoir(int size, double alpha, Clock clock)Creates a newExponentiallyDecayingReservoir.MeterImpl(Clock clock)Creates a newMeterImpl.SimpleTimerImpl(Clock clock)Creates a newSimpleTimerImplthat uses the givenClock.TimerImpl(Reservoir reservoir, Clock clock)
-