Uses of Interface
org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Packages that use ExecutionStatistics Package Description org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. -
-
Uses of ExecutionStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ExecutionStatistics Modifier and Type Method Description ExecutionStatisticsResourceMethodStatistics. getMethodStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource method.ExecutionStatisticsResourceStatistics. getRequestExecutionStatistics()Getexecution statisticsthat contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.ExecutionStatisticsMonitoringStatistics. getRequestStatistics()Get the global application statistics of request execution.ExecutionStatisticsResourceMethodStatistics. getRequestStatistics()Getexecution statisticsthat contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.ExecutionStatisticsResourceStatistics. getResourceMethodExecutionStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource methods.ExecutionStatisticsExecutionStatistics. snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore
-