Uses of Class
org.graylog.plugins.pipelineprocessor.ast.Stage
Packages that use Stage
Package
Description
-
Uses of Stage in org.graylog.plugins.pipelineprocessor.ast
Methods in org.graylog.plugins.pipelineprocessor.ast that return StageMethods in org.graylog.plugins.pipelineprocessor.ast that return types with arguments of type StageMethods in org.graylog.plugins.pipelineprocessor.ast with parameters of type StageMethod parameters in org.graylog.plugins.pipelineprocessor.ast with type arguments of type Stage -
Uses of Stage in org.graylog.plugins.pipelineprocessor.processors
Methods in org.graylog.plugins.pipelineprocessor.processors that return types with arguments of type StageModifier and TypeMethodDescriptionStageIterator.computeNext()StageIterator.Configuration.getStages(int stage) Methods in org.graylog.plugins.pipelineprocessor.processors with parameters of type StageModifier and TypeMethodDescriptionvoidPipelineInterpreter.evaluateStage(Stage stage, Message message, String msgId, List<Message> result, Set<Pipeline> pipelinesToSkip, InterpreterListener interpreterListener) -
Uses of Stage in org.graylog.plugins.pipelineprocessor.processors.listeners
Methods in org.graylog.plugins.pipelineprocessor.processors.listeners with parameters of type StageModifier and TypeMethodDescriptionvoidInterpreterListener.continuePipelineExecution(Pipeline pipeline, Stage stage) voidNoopInterpreterListener.continuePipelineExecution(Pipeline pipeline, Stage stage) voidRuleMetricsListener.continuePipelineExecution(Pipeline pipeline, Stage stage) voidInterpreterListener.enterStage(Stage stage) voidNoopInterpreterListener.enterStage(Stage stage) voidRuleMetricsListener.enterStage(Stage stage) voidvoidvoidvoidInterpreterListener.stopPipelineExecution(Pipeline pipeline, Stage stage) voidNoopInterpreterListener.stopPipelineExecution(Pipeline pipeline, Stage stage) voidRuleMetricsListener.stopPipelineExecution(Pipeline pipeline, Stage stage)