Uses of Class
org.apache.juneau.rest.stats.ThrownStore.Builder
Packages that use ThrownStore.Builder
Package
Description
REST Server API
Method exec stats utilities
-
Uses of ThrownStore.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return ThrownStore.BuilderModifier and TypeMethodDescriptionprotected ThrownStore.Builder
RestContext.Builder.createThrownStore
(BeanStore beanStore, Supplier<?> resource, RestContext parent) Instantiates the thrown-store sub-builder.RestContext.Builder.thrownStore()
Returns the thrown-store sub-builder. -
Uses of ThrownStore.Builder in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return ThrownStore.BuilderModifier and TypeMethodDescriptionstatic ThrownStore.Builder
ThrownStore.create()
Static creator.static ThrownStore.Builder
Static creator.ThrownStore.Builder.ignoreClasses
(Class<?>... value) Specifies the list of classes to ignore when calculating stack traces.ThrownStore.Builder.parent
(ThrownStore value) Specifies the parent store of this store.ThrownStore.Builder.statsImplClass
(Class<? extends ThrownStats> value) Specifies a subclass ofThrownStats
to use for individual method statistics.Constructors in org.apache.juneau.rest.stats with parameters of type ThrownStore.Builder