Uses of Interface
org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Packages that use TimeWindowStatistics
Package
Description
Jersey server-side internal monitoring and statistics classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of TimeWindowStatistics in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement TimeWindowStatisticsModifier and TypeClassDescription(package private) final class
ImmutableTime window statistics
that uses backingSlidingWindowTimeReservoir
for itsBuilder
implementation.Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type TimeWindowStatisticsModifier and TypeFieldDescriptionprivate final Map
<Long, TimeWindowStatistics> ExecutionStatisticsImpl.timeWindowStatistics
Methods in org.glassfish.jersey.server.internal.monitoring that return TimeWindowStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type TimeWindowStatisticsConstructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type TimeWindowStatisticsModifierConstructorDescriptionprivate
ExecutionStatisticsImpl
(long lastStartTime, Map<Long, TimeWindowStatistics> timeWindowStatistics) -
Uses of TimeWindowStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return TimeWindowStatisticsModifier and TypeMethodDescriptionTimeWindowStatistics.snapshot()
Deprecated.implementing class is immutable hence snapshot creation is not needed anymoreMethods in org.glassfish.jersey.server.monitoring that return types with arguments of type TimeWindowStatisticsModifier and TypeMethodDescriptionExecutionStatistics.getTimeWindowStatistics()
Returns time window statistics for available time window sizes.