-
class
An exponentially-decaying random reservoir of long
s.
final class
A lock-free exponentially-decaying random reservoir of long
s.
class
A
Reservoir
implementation backed by a sliding window that stores only the measurements made
in the last
N
seconds (or other time unit).
class
A
Reservoir
implementation backed by a sliding window that stores only the measurements made
in the last
N
seconds (or other time unit).
class
A
Reservoir
implementation backed by a sliding window that stores the last
N
measurements.
class
A random sampling reservoir of a stream of long
s.
LockFreeExponentiallyDecayingReservoir.Builder.build()
Creates a new
Histogram
with the given reservoir.