Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Packages that use ResourceMethodStatistics Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.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 ResourceMethodStatistics in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement ResourceMethodStatistics Modifier and Type Class Description (package private) class
ResourceMethodStatisticsImpl
Immutable resource method statistics.Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ResourceMethodStatistics Modifier and Type Field Description private java.util.Map<ResourceMethod,ResourceMethodStatistics>
ResourceStatisticsImpl. resourceMethods
Methods in org.glassfish.jersey.server.internal.monitoring that return ResourceMethodStatistics Modifier and Type Method Description ResourceMethodStatistics
ResourceMethodStatisticsImpl. snapshot()
Methods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type ResourceMethodStatistics Modifier and Type Method Description java.util.Map<ResourceMethod,ResourceMethodStatistics>
ResourceStatisticsImpl. getResourceMethodStatistics()
Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type ResourceMethodStatistics Constructor Description ResourceStatisticsImpl(java.util.Map<ResourceMethod,ResourceMethodStatistics> resourceMethods, ExecutionStatistics resourceExecutionStatistics, ExecutionStatistics requestExecutionStatistics)
-
Uses of ResourceMethodStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceMethodStatistics Modifier and Type Method Description void
ResourceMethodMXBeanImpl. updateResourceMethodStatistics(ResourceMethodStatistics resourceMethodStatisticsImpl)
Update the statistics that are exposed by this MXBean.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceMethodStatistics Constructor Description ResourceMethodMXBeanImpl(ResourceMethodStatistics methodStatistics, boolean uriResource, MBeanExposer mBeanExposer, java.lang.String parentName, java.lang.String methodUniqueId)
Create a new MXBean and expose it into mbean server usingmBeanExposer
. -
Uses of ResourceMethodStatistics in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ResourceMethodStatistics Modifier and Type Method Description ResourceMethodStatistics
ResourceMethodStatistics. 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 java.util.Map<ResourceMethod,ResourceMethodStatistics>
ResourceStatistics. getResourceMethodStatistics()
Return the statistics for resource method.
-