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.aggregatedReservoirListenersMethods in org.glassfish.jersey.server.internal.monitoring that return AggregatedValueObjectModifier and TypeMethodDescriptionstatic AggregatedValueObjectAggregatedValueObject.createFromMultiValues(Collection<? extends Collection<Long>> values) Creates aggregated value object for monitoring statistics based on the provided collection of values.static AggregatedValueObjectAggregatedValueObject.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 TypeMethodDescriptionvoidAggregatingTrimmer.register(TimeReservoir<AggregatedValueObject> timeReservoirListener) Registers given aggregating sliding window reservoir to get updates from this trimmer.protected UniformTimeSnapshotAggregatedSlidingWindowTimeReservoir.snapshot(Collection<AggregatedValueObject> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit)