Interface | Description |
---|---|
SlidingWindowTrimmer<V> |
The trimmer of an associated sliding window.
|
TimeReservoir<V> |
A statistically representative reservoir of a data stream in time.
|
UniformTimeSnapshot |
A statistical snapshot of a
UniformTimeSnapshot . |
Class | Description |
---|---|
AbstractSlidingWindowTimeReservoir<V> |
An abstract
TimeReservoir implementation backed by a sliding window that stores only the measurements made in the last
N seconds (or other startTime unit) and allows an update with data that happened in past (which is what makes it
different from Dropwizard's Metrics SlidingTimeWindowReservoir. |
AbstractTimeSnapshot |
Base implementation of
UniformTimeSnapshot . |
ReservoirConstants |
The constants that determine the behaviour of sliding windows and their trimmers.
|
UniformTimeReservoir |
A random sampling reservoir of a stream of
long s. |
UniformTimeValuesSnapshot |
A statistical snapshot of a
UniformTimeValuesSnapshot . |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.