| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.rest | |
| org.graylog.plugins.pipelineprocessor.simulator |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PipelineInterpreterTrace> |
SimulationResponse.simulationTrace() |
| Modifier and Type | Method and Description |
|---|---|
static SimulationResponse |
SimulationResponse.create(List<ResultMessageSummary> messages,
List<PipelineInterpreterTrace> simulationTrace,
long tookMicroseconds) |
abstract SimulationResponse.Builder |
SimulationResponse.Builder.simulationTrace(List<PipelineInterpreterTrace> trace) |
| Modifier and Type | Method and Description |
|---|---|
static PipelineInterpreterTrace |
PipelineInterpreterTrace.create(long time,
String message) |
| Modifier and Type | Method and Description |
|---|---|
List<PipelineInterpreterTrace> |
PipelineInterpreterTracer.getExecutionTrace() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.