Package org.glassfish.jersey.server.internal.monitoring.core
package org.glassfish.jersey.server.internal.monitoring.core
-
ClassDescriptionAn abstract
TimeReservoirimplementation 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.Base implementation ofUniformTimeSnapshot.The constants that determine the behaviour of sliding windows and their trimmers.The trimmer of an associated sliding window.A statistically representative reservoir of a data stream in time.A random sampling reservoir of a stream oflongs.A statistical snapshot of aUniformTimeSnapshot.A statistical snapshot of aUniformTimeValuesSnapshot.