Uses of Interface
com.codahale.metrics.Reservoir
-
-
Uses of Reservoir in com.codahale.metrics
Classes in com.codahale.metrics that implement Reservoir Modifier and Type Class Description classExponentiallyDecayingReservoirAn 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.Constructors in com.codahale.metrics with parameters of type Reservoir Constructor Description Histogram(Reservoir reservoir)Creates a newHistogramwith the given reservoir.Timer(Reservoir reservoir)Timer(Reservoir reservoir, Clock clock)
-