Uses of Interface
org.glassfish.jersey.server.internal.monitoring.core.SlidingWindowTrimmer
-
Packages that use SlidingWindowTrimmer Package Description org.glassfish.jersey.server.internal.monitoring.core -
-
Uses of SlidingWindowTrimmer in org.glassfish.jersey.server.internal.monitoring.core
Constructors in org.glassfish.jersey.server.internal.monitoring.core with parameters of type SlidingWindowTrimmer Constructor Description AbstractSlidingWindowTimeReservoir(long window, TimeUnit windowUnit, long startTime, TimeUnit startTimeUnit, SlidingWindowTrimmer<V> trimmer)Creates a new base sliding time window reservoir with the start time and a specified time window.
-