| Package | Description |
|---|---|
| org.graylog.plugins.pipelineprocessor.ast | |
| org.graylog.plugins.pipelineprocessor.processors | |
| org.graylog.plugins.pipelineprocessor.processors.listeners |
| Modifier and Type | Method and Description |
|---|---|
abstract Stage |
Stage.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract SortedSet<Stage> |
Pipeline.stages() |
| Modifier and Type | Method and Description |
|---|---|
int |
Stage.compareTo(Stage other) |
| Modifier and Type | Method and Description |
|---|---|
abstract Pipeline.Builder |
Pipeline.Builder.stages(SortedSet<Stage> stages) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Stage> |
StageIterator.computeNext() |
List<Stage> |
StageIterator.Configuration.getStages(int stage) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMetricsListener.continuePipelineExecution(Pipeline pipeline,
Stage stage) |
void |
NoopInterpreterListener.continuePipelineExecution(Pipeline pipeline,
Stage stage) |
void |
InterpreterListener.continuePipelineExecution(Pipeline pipeline,
Stage stage) |
void |
RuleMetricsListener.enterStage(Stage stage) |
void |
NoopInterpreterListener.enterStage(Stage stage) |
void |
InterpreterListener.enterStage(Stage stage) |
void |
RuleMetricsListener.exitStage(Stage stage) |
void |
NoopInterpreterListener.exitStage(Stage stage) |
void |
InterpreterListener.exitStage(Stage stage) |
void |
RuleMetricsListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
void |
NoopInterpreterListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
void |
InterpreterListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.