Uses of Class
org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
Packages that use AggregatedValueObject
Package
Description
Jersey server-side internal monitoring and statistics classes.
-
Uses of AggregatedValueObject in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type AggregatedValueObjectModifier and TypeFieldDescriptionprivate final List
<TimeReservoir<AggregatedValueObject>> AggregatingTrimmer.aggregatedReservoirListeners
Methods in org.glassfish.jersey.server.internal.monitoring that return AggregatedValueObjectModifier and TypeMethodDescriptionstatic AggregatedValueObject
AggregatedValueObject.createFromMultiValues
(Collection<? extends Collection<Long>> values) Creates aggregated value object for monitoring statistics based on the provided collection of values.static AggregatedValueObject
AggregatedValueObject.createFromValues
(Collection<Long> values) Creates aggregated value object for monitoring statistics based on the provided values.Method parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type AggregatedValueObjectModifier and TypeMethodDescriptionvoid
AggregatingTrimmer.register
(TimeReservoir<AggregatedValueObject> timeReservoirListener) Registers given aggregating sliding window reservoir to get updates from this trimmer.protected UniformTimeSnapshot
AggregatedSlidingWindowTimeReservoir.snapshot
(Collection<AggregatedValueObject> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit)