Uses of Class
org.glassfish.jersey.server.internal.monitoring.AggregatedValueObject
-
Packages that use AggregatedValueObject Package Description org.glassfish.jersey.server.internal.monitoring 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 AggregatedValueObject Modifier and Type Field Description private java.util.List<TimeReservoir<AggregatedValueObject>>
AggregatingTrimmer. aggregatedReservoirListeners
Methods in org.glassfish.jersey.server.internal.monitoring that return AggregatedValueObject Modifier and Type Method Description static AggregatedValueObject
AggregatedValueObject. createFromMultiValues(java.util.Collection<? extends java.util.Collection<java.lang.Long>> values)
Creates aggregated value object for monitoring statistics based on the provided collection of values.static AggregatedValueObject
AggregatedValueObject. createFromValues(java.util.Collection<java.lang.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 AggregatedValueObject Modifier and Type Method Description void
AggregatingTrimmer. register(TimeReservoir<AggregatedValueObject> timeReservoirListener)
Registers given aggregating sliding window reservoir to get updates from this trimmer.protected UniformTimeSnapshot
AggregatedSlidingWindowTimeReservoir. snapshot(java.util.Collection<AggregatedValueObject> values, long timeInterval, java.util.concurrent.TimeUnit timeIntervalUnit, long time, java.util.concurrent.TimeUnit timeUnit)
-