Uses of Class
org.apache.juneau.rest.stats.MethodExecStats.Builder
Packages that use MethodExecStats.Builder
-
Uses of MethodExecStats.Builder in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return MethodExecStats.BuilderModifier and TypeMethodDescriptionstatic MethodExecStats.Builder
Static creator.Specifies the Java method.MethodExecStats.Builder.thrownStore
(ThrownStore value) Specifies the thrown store for tracking exceptions.Constructors in org.apache.juneau.rest.stats with parameters of type MethodExecStats.BuilderModifierConstructorDescriptionprotected
MethodExecStats
(MethodExecStats.Builder builder) Constructor.