Uses of Interface
org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Packages that use TimeWindowStatistics Package Description org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. -
-
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 Map<Long,TimeWindowStatistics>ExecutionStatistics. getTimeWindowStatistics()Returns time window statistics for available time window sizes.
-