Uses of Class
org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Builder
Packages that use ResourceMethodStatisticsImpl.Builder
Package
Description
Jersey server-side internal monitoring and statistics classes.
-
Uses of ResourceMethodStatisticsImpl.Builder in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ResourceMethodStatisticsImpl.BuilderModifier and TypeFieldDescriptionprivate final ConcurrentMap<ResourceMethodStatisticsImpl.Builder,
Boolean> ResourceStatisticsImpl.Builder.methodsBuilders
private final ConcurrentMap<String,
ResourceMethodStatisticsImpl.Builder> ResourceMethodStatisticsImpl.Factory.stringToMethodsBuilders
Methods in org.glassfish.jersey.server.internal.monitoring that return ResourceMethodStatisticsImpl.BuilderModifier and TypeMethodDescription(package private) ResourceMethodStatisticsImpl.Builder
ResourceMethodStatisticsImpl.Factory.getOrCreate
(ResourceMethod resourceMethod) ResourceStatisticsImpl.Builder.getOrCreate
(ResourceMethod resourceMethod)