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 TypeClassDescriptionclassAn 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.classA random sampling reservoir of a stream oflongs.Methods in org.glassfish.jersey.server.internal.monitoring.core with parameters of type TimeReservoirModifier and TypeMethodDescriptionvoidSlidingWindowTrimmer.setTimeReservoir(TimeReservoir<V> reservoir)