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 TypeClassDescriptionclass
An exponentially-decaying random reservoir oflong
s.class
AReservoir
implementation backed by a sliding window that stores only the measurements made in the lastN
seconds (or other time unit).class
AReservoir
implementation backed by a sliding window that stores the lastN
measurements.class
A random sampling reservoir of a stream oflong
s.Fields in com.codahale.metrics declared as ReservoirConstructors in com.codahale.metrics with parameters of type Reservoir