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 abstractTimeReservoirimplementation backed by a sliding window that stores only the measurements made in the lastNseconds (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 ofUniformTimeSnapshot.ReservoirConstants The constants that determine the behaviour of sliding windows and their trimmers.UniformTimeReservoir A random sampling reservoir of a stream oflongs.UniformTimeValuesSnapshot A statistical snapshot of aUniformTimeValuesSnapshot.