Uses of Interface
io.dropwizard.metrics5.Reservoir
-
-
Uses of Reservoir in io.dropwizard.metrics5
Classes in io.dropwizard.metrics5 that implement Reservoir Modifier and Type Class Description classExponentiallyDecayingReservoirAn exponentially-decaying random reservoir oflongs.classLockFreeExponentiallyDecayingReservoirA lock-free exponentially-decaying random reservoir oflongs.classSlidingTimeWindowArrayReservoirAReservoirimplementation backed by a sliding window that stores only the measurements made in the lastNseconds (or other time unit).classSlidingTimeWindowReservoirAReservoirimplementation backed by a sliding window that stores only the measurements made in the lastNseconds (or other time unit).classSlidingWindowReservoirAReservoirimplementation backed by a sliding window that stores the lastNmeasurements.classUniformReservoirA random sampling reservoir of a stream oflongs.Methods in io.dropwizard.metrics5 that return Reservoir Modifier and Type Method Description ReservoirLockFreeExponentiallyDecayingReservoir.Builder. build()Constructors in io.dropwizard.metrics5 with parameters of type Reservoir Constructor Description Histogram(Reservoir reservoir)Creates a newHistogramwith the given reservoir.Timer(Reservoir reservoir)Timer(Reservoir reservoir, Clock clock)
-