Package org.glassfish.jersey.server.internal.monitoring.core
-
Interface Summary 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 aUniformTimeSnapshot
. -
Class Summary Class Description AbstractSlidingWindowTimeReservoir<V> An abstractTimeReservoir
implementation backed by a sliding window that stores only the measurements made in the lastN
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.AbstractSlidingWindowTimeReservoir.DefaultSlidingWindowTrimmerHolder The holder of the lazy loaded instance of the default trimmer.AbstractTimeSnapshot Base implementation ofUniformTimeSnapshot
.ReservoirConstants The constants that determine the behaviour of sliding windows and their trimmers.UniformTimeReservoir A random sampling reservoir of a stream oflong
s.UniformTimeValuesSnapshot A statistical snapshot of aUniformTimeValuesSnapshot
.