Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Packages that use ResourceStatistics Package Description org.glassfish.jersey.server.internal.monitoring.jmx Jersey internal server-side monitoring JMX MBeans implementation classes.org.glassfish.jersey.server.monitoring 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 ResourceStatistics Modifier and Type Method Description voidResourceMxBeanImpl. 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 ResourceStatistics Modifier and Type Method Description voidResourcesMBeanGroup. 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 ResourceStatistics Constructor Description ResourceMxBeanImpl(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 ResourceStatistics Constructor Description ResourcesMBeanGroup(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 ResourceStatistics Modifier and Type Method Description ResourceStatisticsResourceStatistics. 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 ResourceStatistics Modifier and Type Method Description Map<Class<?>,ResourceStatistics>MonitoringStatistics. getResourceClassStatistics()Get the statistics for each resourceClassthat is deployed in the application.Map<String,ResourceStatistics>MonitoringStatistics. getUriStatistics()Get the statistics for each URI that is exposed in the application.
-