Uses of Interface
fish.payara.microprofile.metrics.impl.Reservoir
-
Packages that use Reservoir Package Description fish.payara.microprofile.metrics.impl -
-
Uses of Reservoir in fish.payara.microprofile.metrics.impl
Classes in fish.payara.microprofile.metrics.impl that implement Reservoir Modifier and Type Class Description classExponentiallyDecayingReservoirAn exponentially-decaying random reservoir oflongs.Constructors in fish.payara.microprofile.metrics.impl with parameters of type Reservoir Constructor Description HistogramImpl(Reservoir reservoir)Creates a newHistogramImplwith the given reservoir.TimerImpl(Reservoir reservoir)TimerImpl(Reservoir reservoir, Clock clock)
-