Uses of Class
org.apache.juneau.rest.stats.MethodExecStore.Builder
Packages that use MethodExecStore.Builder
Package
Description
REST Server API
Method exec stats utilities
-
Uses of MethodExecStore.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return MethodExecStore.BuilderModifier and TypeMethodDescriptionprotected MethodExecStore.Builder
RestContext.Builder.createMethodExecStore
(BeanStore beanStore, Supplier<?> resource) Instantiates the method execution statistics store sub-builder.RestContext.Builder.methodExecStore()
Returns the method execution statistics store sub-builder. -
Uses of MethodExecStore.Builder in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return MethodExecStore.BuilderModifier and TypeMethodDescriptionstatic MethodExecStore.Builder
MethodExecStore.create()
Static creator.static MethodExecStore.Builder
Static creator.MethodExecStore.Builder.statsImplClass
(Class<? extends MethodExecStats> value) Specifies a subclass ofMethodExecStats
to use for individual method statistics.MethodExecStore.Builder.thrownStore
(ThrownStore value) Specifies the store to use for gathering statistics on thrown exceptions.MethodExecStore.Builder.thrownStoreOnce
(ThrownStore value) Same asthrownStore(ThrownStore)
but only sets the new value if the current value isnull .Constructors in org.apache.juneau.rest.stats with parameters of type MethodExecStore.BuilderModifierConstructorDescriptionprotected
MethodExecStore
(MethodExecStore.Builder builder) Constructor.