Uses of Interface
org.glassfish.jersey.server.monitoring.ResourceStatistics
Packages that use ResourceStatistics
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 ResourceStatistics in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement ResourceStatisticsModifier and TypeClassDescription(package private) final class
Immutable resource statistics implementation.Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ResourceStatisticsModifier and TypeFieldDescriptionprivate static final Function<ResourceStatisticsImpl.Builder,
ResourceStatistics> MonitoringStatisticsImpl.Builder.BUILDING_FUNCTION
private final Map<Class<?>,
ResourceStatistics> MonitoringStatisticsImpl.resourceClassStatistics
private final Map<String,
ResourceStatistics> MonitoringStatisticsImpl.uriStatistics
Methods in org.glassfish.jersey.server.internal.monitoring that return ResourceStatisticsMethods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type ResourceStatisticsModifier and TypeMethodDescriptionMonitoringStatisticsImpl.getResourceClassStatistics()
Refreshed (re-built) on every access.MonitoringStatisticsImpl.getUriStatistics()
Refreshed (re-built) on every access.Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type ResourceStatisticsModifierConstructorDescriptionprivate
MonitoringStatisticsImpl
(Map<String, ResourceStatistics> uriStatistics, Map<Class<?>, ResourceStatistics> resourceClassStatistics, ExecutionStatistics requestStatistics, ResponseStatistics responseStatistics, ExceptionMapperStatistics exceptionMapperStatistics) -
Uses of ResourceStatistics in org.glassfish.jersey.server.internal.monitoring.jmx
Methods in org.glassfish.jersey.server.internal.monitoring.jmx that return types with arguments of type ResourceStatisticsModifier and TypeMethodDescriptionprivate Map<String,
ResourceStatistics> MBeanExposer.transformToStringKeys
(Map<Class<?>, ResourceStatistics> stats) Methods in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatisticsModifier and TypeMethodDescriptionvoid
ResourceMxBeanImpl.updateResourceStatistics
(ResourceStatistics resourceStatistics) Update the statistics of this MXBean and of nested MXBeans.Method parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatisticsModifier and TypeMethodDescriptionprivate Map<String,
ResourceStatistics> MBeanExposer.transformToStringKeys
(Map<Class<?>, ResourceStatistics> stats) void
ResourcesMBeanGroup.updateResourcesStatistics
(Map<String, ResourceStatistics> resourceStatistics) Update the resource statistics exposed by nested resource beans.Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ResourceStatisticsModifierConstructorDescriptionResourceMxBeanImpl
(ResourceStatistics resourceStatistics, String name, boolean uriResource, MBeanExposer mBeanExposer, String parentName) Create and register new MXBean into the mbean server using themBeanExposer
.Constructor parameters in org.glassfish.jersey.server.internal.monitoring.jmx with type arguments of type ResourceStatisticsModifierConstructorDescriptionResourcesMBeanGroup
(Map<String, ResourceStatistics> resourceStatistics, boolean uriResource, MBeanExposer mBeanExposer, String parentName) Create a new group of MXBeans and expose nested Resource MXBeans. -
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.