Uses of Class
com.yahoo.processing.execution.Execution.Trace
Packages that use Execution.Trace
-
Uses of Execution.Trace in com.yahoo.processing.execution
Methods in com.yahoo.processing.execution that return Execution.TraceModifier and TypeMethodDescriptionExecution.Trace.createChild()Creates a trace node below a parentstatic Execution.TraceExecution.Trace.createRoot(int traceLevel) Creates an empty root trace with a given level of tracingExecution.trace()Constructors in com.yahoo.processing.execution with parameters of type Execution.TraceModifierConstructorDescriptionprotectedExecution(Chain<? extends Processor> chain, int startIndex, Execution.Trace trace, Execution.Environment<? extends Processor> environment) Creates a new execution by setting the internal state directly.