Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
Packages that use ResourceStatistics
Package
Description
Jersey server-side monitoring JMX MBeans interfaces.
-
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 resourceClass
that is deployed in the application.MonitoringStatistics.getUriStatistics()
Get the statistics for each URI that is exposed in the application.