| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.monitoring.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSlidingWindowTimeReservoir<V>
An abstract
TimeReservoir implementation backed by a sliding window that stores only the measurements made in the last
N 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 |
UniformTimeReservoir
A random sampling reservoir of a stream of
longs. |
| Modifier and Type | Method and Description |
|---|---|
void |
SlidingWindowTrimmer.setTimeReservoir(TimeReservoir<V> reservoir) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.