Class ResourceMethodStatisticsImpl.Factory
java.lang.Object
org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Factory
- Enclosing class:
ResourceMethodStatisticsImpl
Factory for creating and storing resource method statistics. One instance per resource method.
Must be thread-safe.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentMap
<String, ResourceMethodStatisticsImpl.Builder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) ResourceMethodStatisticsImpl.Builder
getOrCreate
(ResourceMethod resourceMethod)
-
Field Details
-
stringToMethodsBuilders
-
-
Constructor Details
-
Factory
Factory()
-
-
Method Details
-
getOrCreate
-