Uses of Interface
org.glassfish.jersey.server.monitoring.ExecutionStatistics
Packages that use ExecutionStatistics
Package
Description
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 ExecutionStatisticsModifier and TypeMethodDescriptionResourceMethodStatistics.getMethodStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource method.ResourceStatistics.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.MonitoringStatistics.getRequestStatistics()Get the global application statistics of request execution.ResourceMethodStatistics.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.ResourceStatistics.getResourceMethodExecutionStatistics()Getexecution statisticsthat contain measurements of times only for execution of resource methods.ExecutionStatistics.snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymore