Uses of Interface
com.codahale.metrics.Reservoir
-
Packages that use Reservoir Package Description com.codahale.metrics -
-
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.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.Fields in com.codahale.metrics declared as Reservoir Modifier and Type Field Description private ReservoirHistogram. reservoirConstructors 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)
-