Uses of Interface
org.glassfish.jersey.server.monitoring.ExecutionStatistics
Packages that use ExecutionStatistics
Package
Description
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of ExecutionStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatisticsModifier and TypeMethodDescriptionvoid
ExecutionStatisticsDynamicBean.updateExecutionStatistics
(ExecutionStatistics executionStatistics) Update the execution statistics that are exposed by this MBean.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ExecutionStatisticsModifierConstructorDescriptionExecutionStatisticsDynamicBean
(ExecutionStatistics executionStatistics, MBeanExposer mBeanExposer, String parentBeanName, String beanName) Create a new MXBean and register it into the mbean server usingmBeanExposer
. -
Uses of ExecutionStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ExecutionStatisticsModifier and TypeMethodDescriptionResourceMethodStatistics.getMethodStatistics()
Getexecution statistics
that contain measurements of times only for execution of resource method.ResourceStatistics.getRequestExecutionStatistics()
Getexecution statistics
that 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 statistics
that 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 statistics
that contain measurements of times only for execution of resource methods.ExecutionStatistics.snapshot()
Deprecated.implementing class is immutable hence snapshot creation is not needed anymore