Uses of Interface
org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
Packages that use UniformTimeSnapshot
Package
Description
Jersey server-side internal monitoring and statistics classes.
-
Uses of UniformTimeSnapshot in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement UniformTimeSnapshotModifier and TypeClassDescription(package private) class
A statistical snapshot of aUniformTimeSimpleSnapshot
.Methods in org.glassfish.jersey.server.internal.monitoring that return UniformTimeSnapshotModifier and TypeMethodDescriptionprotected UniformTimeSnapshot
AggregatedSlidingWindowTimeReservoir.snapshot
(Collection<AggregatedValueObject> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit) protected UniformTimeSnapshot
SlidingWindowTimeReservoir.snapshot
(Collection<Long> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type UniformTimeSnapshotModifierConstructorDescriptionprivate
TimeWindowStatisticsImpl
(long interval, UniformTimeSnapshot snapshot) -
Uses of UniformTimeSnapshot in org.glassfish.jersey.server.internal.monitoring.core
Classes in org.glassfish.jersey.server.internal.monitoring.core that implement UniformTimeSnapshotModifier and TypeClassDescriptionclass
Base implementation ofUniformTimeSnapshot
.class
A statistical snapshot of aUniformTimeValuesSnapshot
.Methods in org.glassfish.jersey.server.internal.monitoring.core that return UniformTimeSnapshotModifier and TypeMethodDescriptionAbstractSlidingWindowTimeReservoir.getSnapshot
(long time, TimeUnit timeUnit) TimeReservoir.getSnapshot
(long time, TimeUnit timeUnit) Returns a snapshot of the reservoir's values at given time or newer.UniformTimeReservoir.getSnapshot
(long time, TimeUnit timeUnit) protected abstract UniformTimeSnapshot
AbstractSlidingWindowTimeReservoir.snapshot
(Collection<V> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit) Subclasses are required to instantiateUniformTimeSnapshot
on their own.