Package | Description |
---|---|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Method and Description |
---|---|
ResourceStatistics |
ResourceStatistics.snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,ResourceStatistics> |
MonitoringStatistics.getResourceClassStatistics()
Get the statistics for each resource
Class that is deployed in the application. |
Map<String,ResourceStatistics> |
MonitoringStatistics.getUriStatistics()
Get the statistics for each URI that is exposed in the application.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.