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