public class PipelineInterpreterTracer extends Object
| Constructor and Description |
|---|
PipelineInterpreterTracer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTrace(String message) |
void |
finishProcessing(String message) |
List<PipelineInterpreterTrace> |
getExecutionTrace() |
org.graylog.plugins.pipelineprocessor.simulator.SimulatorInterpreterListener |
getSimulatorInterpreterListener() |
void |
startProcessing(String message) |
long |
took() |
public org.graylog.plugins.pipelineprocessor.simulator.SimulatorInterpreterListener getSimulatorInterpreterListener()
public List<PipelineInterpreterTrace> getExecutionTrace()
public long took()
public void addTrace(String message)
public void startProcessing(String message)
public void finishProcessing(String message)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.