Uses of Class
org.apache.juneau.rest.stats.MethodExecStats
Packages that use MethodExecStats
Package
Description
REST Server API
Method exec stats utilities
-
Uses of MethodExecStats in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return MethodExecStatsModifier and TypeMethodDescriptionprotected MethodExecStats
RestContext.getMethodExecStats
(Method m) Returns the time statistics gatherer for the specified method.Constructors in org.apache.juneau.rest with parameters of type MethodExecStatsModifierConstructorDescriptionRestOpInvoker
(Method m, RestOpArg[] opArgs, MethodExecStats stats) Constructor. -
Uses of MethodExecStats in org.apache.juneau.rest.stats
Methods in org.apache.juneau.rest.stats that return MethodExecStatsModifier and TypeMethodDescriptionprotected MethodExecStats
MethodExecStats.Builder.buildDefault()
Call when an error occurs.MethodExecStats.finished
(long nanoTime) Call when task is finished.Returns the statistics for the specified method.MethodInvoker.getStats()
Returns the stats of this method invoker.MethodExecStats.started()
Call when task is started.Methods in org.apache.juneau.rest.stats that return types with arguments of type MethodExecStatsModifier and TypeMethodDescriptionRestContextStats.getMethodStats()
Returns statistics on all method executions.MethodExecStore.getStats()
Returns all the statistics in this store.MethodExecStore.getStatsByTotalTime()
Returns timing information on all method executions on this class.Method parameters in org.apache.juneau.rest.stats with type arguments of type MethodExecStatsModifier and TypeMethodDescriptionMethodExecStore.Builder.statsImplClass
(Class<? extends MethodExecStats> value) Specifies a subclass ofMethodExecStats
to use for individual method statistics.Constructors in org.apache.juneau.rest.stats with parameters of type MethodExecStatsConstructor parameters in org.apache.juneau.rest.stats with type arguments of type MethodExecStatsModifierConstructorDescriptionRestContextStats
(Instant startTime, List<MethodExecStats> methodStats) Constructor.