Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
Package
Description
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of ResourceStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Modifier and TypeMethodDescriptionvoid
ResourceMxBeanImpl.updateResourceStatistics
(ResourceStatistics resourceStatistics) Update the statistics of this MXBean and of nested MXBeans.Modifier and TypeMethodDescriptionvoid
ResourcesMBeanGroup.updateResourcesStatistics
(Map<String, ResourceStatistics> resourceStatistics) Update the resource statistics exposed by nested resource beans.ModifierConstructorDescriptionResourceMxBeanImpl
(ResourceStatistics resourceStatistics, String name, boolean uriResource, MBeanExposer mBeanExposer, String parentName) Create and register new MXBean into the mbean server using themBeanExposer
.ModifierConstructorDescriptionResourcesMBeanGroup
(Map<String, ResourceStatistics> resourceStatistics, boolean uriResource, MBeanExposer mBeanExposer, String parentName) Create a new group of MXBeans and expose nested Resource MXBeans. -
Uses of ResourceStatistics in org.glassfish.jersey.server.monitoring
Modifier and TypeMethodDescriptionResourceStatistics.snapshot()
Deprecated.implementing class is immutable hence snapshot creation is not needed anymoreModifier and TypeMethodDescriptionMonitoringStatistics.getResourceClassStatistics()
Get the statistics for each resourceClass
that is deployed in the application.MonitoringStatistics.getUriStatistics()
Get the statistics for each URI that is exposed in the application.