Uses of Interface
org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Packages that use TimeWindowStatistics Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.monitoring 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 TimeWindowStatistics Modifier and Type Class Description (package private) classTimeWindowStatisticsImplImmutableTime window statisticsthat uses backingSlidingWindowTimeReservoirfor itsBuilderimplementation.Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type TimeWindowStatistics Modifier and Type Field Description private java.util.Map<java.lang.Long,TimeWindowStatistics>ExecutionStatisticsImpl. timeWindowStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return TimeWindowStatistics Modifier and Type Method Description TimeWindowStatisticsTimeWindowStatisticsImpl. snapshot()Methods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type TimeWindowStatistics Modifier and Type Method Description java.util.Map<java.lang.Long,TimeWindowStatistics>ExecutionStatisticsImpl. getTimeWindowStatistics()Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type TimeWindowStatistics Constructor Description ExecutionStatisticsImpl(long lastStartTime, java.util.Map<java.lang.Long,TimeWindowStatistics> timeWindowStatistics) -
Uses of TimeWindowStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return TimeWindowStatistics Modifier and Type Method Description TimeWindowStatisticsTimeWindowStatistics. 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 TimeWindowStatistics Modifier and Type Method Description java.util.Map<java.lang.Long,TimeWindowStatistics>ExecutionStatistics. getTimeWindowStatistics()Returns time window statistics for available time window sizes.
-