Uses of Interface
org.glassfish.jersey.server.monitoring.TimeWindowStatistics

Packages that use TimeWindowStatistics
org.glassfish.jersey.server.internal.monitoring   
org.glassfish.jersey.server.monitoring   
 

Uses of TimeWindowStatistics in org.glassfish.jersey.server.internal.monitoring
 

Classes in org.glassfish.jersey.server.internal.monitoring that implement TimeWindowStatistics
 class TimeWindowStatisticsImpl
          Time window statistics implementation.
 

Methods in org.glassfish.jersey.server.internal.monitoring that return TimeWindowStatistics
 TimeWindowStatistics TimeWindowStatisticsImpl.snapshot()
           
 

Uses of TimeWindowStatistics in org.glassfish.jersey.server.monitoring
 

Methods in org.glassfish.jersey.server.monitoring that return TimeWindowStatistics
 TimeWindowStatistics TimeWindowStatistics.snapshot()
          Get the immutable and consistent snapshot of the monitoring statistics.
 

Methods in org.glassfish.jersey.server.monitoring that return types with arguments of type TimeWindowStatistics
 Map<Long,TimeWindowStatistics> ExecutionStatistics.getTimeWindowStatistics()
          Returns time window statistics for available time window sizes.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.