Uses of Interface
org.glassfish.jersey.server.internal.monitoring.core.TimeReservoir
Packages that use TimeReservoir
-
Uses of TimeReservoir in org.glassfish.jersey.server.internal.monitoring.core
Classes in org.glassfish.jersey.server.internal.monitoring.core that implement TimeReservoirModifier and TypeClassDescriptionclass
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.class
A random sampling reservoir of a stream oflong
s.Methods in org.glassfish.jersey.server.internal.monitoring.core with parameters of type TimeReservoirModifier and TypeMethodDescriptionvoid
SlidingWindowTrimmer.setTimeReservoir
(TimeReservoir<V> reservoir)