Uses of Enum Class
org.graylog.plugins.pipelineprocessor.ast.Stage.Match
Packages that use Stage.Match
Package
Description
-
Uses of Stage.Match in org.graylog.plugins.pipelineprocessor.ast
Methods in org.graylog.plugins.pipelineprocessor.ast that return Stage.MatchModifier and TypeMethodDescriptionabstract Stage.MatchStage.match()static Stage.MatchReturns the enum constant of this class with the specified name.static Stage.Match[]Stage.Match.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.pipelineprocessor.ast with parameters of type Stage.Match -
Uses of Stage.Match in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest that return Stage.MatchMethods in org.graylog.plugins.pipelineprocessor.rest with parameters of type Stage.MatchModifier and TypeMethodDescriptionstatic StageSourceStageSource.create(@javax.validation.constraints.Min(0L) int stage, Stage.Match match, List<String> rules) abstract StageSource.BuilderStageSource.Builder.match(Stage.Match match)