Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
Packages that use 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
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatisticsModifier and TypeMethodDescriptionvoidResourceMxBeanImpl.updateResourceStatistics(ResourceStatistics resourceStatistics) Update the statistics of this MXBean and of nested MXBeans.Method parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatisticsModifier and TypeMethodDescriptionvoidResourcesMBeanGroup.updateResourcesStatistics(Map<String, ResourceStatistics> resourceStatistics) Update the resource statistics exposed by nested resource beans.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatisticsModifierConstructorDescriptionResourceMxBeanImpl(ResourceStatistics resourceStatistics, String name, boolean uriResource, MBeanExposer mBeanExposer, String parentName) Create and register new MXBean into the mbean server using themBeanExposer.Constructor parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatisticsModifierConstructorDescriptionResourcesMBeanGroup(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
Methods in org.glassfish.jersey.server.monitoring that return ResourceStatisticsModifier and TypeMethodDescriptionResourceStatistics.snapshot()Deprecated.implementing class is immutable hence snapshot creation is not needed anymoreMethods in org.glassfish.jersey.server.monitoring that return types with arguments of type ResourceStatisticsModifier and TypeMethodDescriptionMonitoringStatistics.getResourceClassStatistics()Get the statistics for each resourceClassthat is deployed in the application.MonitoringStatistics.getUriStatistics()Get the statistics for each URI that is exposed in the application.