Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Packages that use ResourceMethodStatistics
Package
Description
Jersey server-side internal monitoring and statistics classes.
Jersey internal server-side monitoring JMX MBeans implementation classes.
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 ResourceMethodStatisticsModifier and TypeClassDescription(package private) final class
Immutable resource method statistics.Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ResourceMethodStatisticsModifier and TypeFieldDescriptionprivate final Map
<ResourceMethod, ResourceMethodStatistics> ResourceStatisticsImpl.resourceMethods
Methods in org.glassfish.jersey.server.internal.monitoring that return ResourceMethodStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type ResourceMethodStatisticsConstructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type ResourceMethodStatisticsModifierConstructorDescriptionprivate
ResourceStatisticsImpl
(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 ResourceMethodStatisticsModifier and TypeMethodDescriptionvoid
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 ResourceMethodStatisticsModifierConstructorDescriptionResourceMethodMXBeanImpl
(ResourceMethodStatistics methodStatistics, boolean uriResource, MBeanExposer mBeanExposer, String parentName, 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 ResourceMethodStatisticsModifier and TypeMethodDescriptionResourceMethodStatistics.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 ResourceMethodStatisticsModifier and TypeMethodDescriptionResourceStatistics.getResourceMethodStatistics()
Return the statistics for resource method.