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