Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Packages that use ResourceMethodStatistics Package Description org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. -
-
Uses of ResourceMethodStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodStatistics Modifier and Type Method Description ResourceMethodStatisticsResourceMethodStatistics. 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 ResourceMethodStatistics Modifier and Type Method Description Map<ResourceMethod,ResourceMethodStatistics>ResourceStatistics. getResourceMethodStatistics()Return the statistics for resource method.
-