Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.monitoring.core |
Class and Description |
---|
AbstractSlidingWindowTimeReservoir
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. |
AbstractTimeSnapshot
Base implementation of
UniformTimeSnapshot . |
SlidingWindowTrimmer
The trimmer of an associated sliding window.
|
TimeReservoir
A statistically representative reservoir of a data stream in time.
|
UniformTimeSnapshot
A statistical snapshot of a
UniformTimeSnapshot . |
Class and Description |
---|
AbstractTimeSnapshot
Base implementation of
UniformTimeSnapshot . |
SlidingWindowTrimmer
The trimmer of an associated sliding window.
|
TimeReservoir
A statistically representative reservoir of a data stream in time.
|
UniformTimeSnapshot
A statistical snapshot of a
UniformTimeSnapshot . |