Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Packages that use ResourceStatistics Package Description org.glassfish.jersey.server.monitoring 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 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.
-