Uses of Interface
com.codahale.metrics.Reservoir
Packages that use Reservoir
-
Uses of Reservoir in com.codahale.metrics
Classes in com.codahale.metrics that implement ReservoirModifier and TypeClassDescriptionclassAn exponentially-decaying random reservoir oflongs.classAReservoirimplementation backed by a sliding window that stores only the measurements made in the lastNseconds (or other time unit).classAReservoirimplementation backed by a sliding window that stores the lastNmeasurements.classA random sampling reservoir of a stream oflongs.Fields in com.codahale.metrics declared as ReservoirConstructors in com.codahale.metrics with parameters of type Reservoir