Uses of Class
org.apache.juneau.rest.stats.ThrownStats
Packages that use ThrownStats
-
Uses of ThrownStats in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return ThrownStatsModifier and TypeMethodDescriptionAdds the specified thrown exception to this database.ThrownStats.Builder.build()
Create a newThrownStats
using this builder.ThrownStats.clone()
ThrownStats.increment()
Increments the occurrence count of this exception.Methods in org.apache.juneau.rest.stats that return types with arguments of type ThrownStatsModifier and TypeMethodDescriptionThrownStats.getCausedBy()
Returns the stats on the caused-by exception.ThrownStore.getStats()
Returns the list of all stack traces in this database.ThrownStore.getStats
(long hash) Retrieves the stack trace information for the exception with the specified hash as calculated byThrownStore.hash(Throwable)
.Retrieves the stats for the specified thrown exception.Methods in org.apache.juneau.rest.stats with parameters of type ThrownStatsModifier and TypeMethodDescriptionThrownStats.Builder.causedBy
(ThrownStats value) Specifies the caused-by exception.Method parameters in org.apache.juneau.rest.stats with type arguments of type ThrownStatsModifier and TypeMethodDescriptionThrownStore.Builder.statsImplClass
(Class<? extends ThrownStats> value) Specifies a subclass ofThrownStats
to use for individual method statistics.ThrownStats.Builder.type
(Class<? extends ThrownStats> value) Specifies a subclass ofThrownStats
to create when theThrownStats.Builder.build()
method is called.