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.restMethods in org.apache.juneau.rest that return MethodExecStore.BuilderModifier and TypeMethodDescriptionprotected MethodExecStore.BuilderRestContext.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.statsMethods in org.apache.juneau.rest.stats that return MethodExecStore.BuilderModifier and TypeMethodDescriptionstatic MethodExecStore.BuilderMethodExecStore.create()Static creator.static MethodExecStore.BuilderStatic creator.MethodExecStore.Builder.statsImplClass(Class<? extends MethodExecStats> value) Specifies a subclass ofMethodExecStatsto 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.BuilderModifierConstructorDescriptionprotectedMethodExecStore(MethodExecStore.Builder builder) Constructor.