Package | Description |
---|---|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Method and Description |
---|---|
ExecutionStatistics |
ResourceMethodStatistics.getMethodStatistics()
Get
execution statistics that contain measurements of times only for
execution of resource method. |
ExecutionStatistics |
ResourceStatistics.getRequestExecutionStatistics()
Get
execution 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. |
ExecutionStatistics |
MonitoringStatistics.getRequestStatistics()
Get the global application statistics of request execution.
|
ExecutionStatistics |
ResourceMethodStatistics.getRequestStatistics()
Get
execution 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. |
ExecutionStatistics |
ResourceStatistics.getResourceMethodExecutionStatistics()
Get
execution statistics that contain measurements of times only for
execution of resource methods. |
ExecutionStatistics |
ExecutionStatistics.snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.