Class Pipeline
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.Pipeline
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pipeline.Builderbuilder()booleancontainsRule(String ruleName) static Pipelineabstract inthashCode()abstract Stringid()voidabstract Stringname()voidregisterMetrics(PipelineMetricRegistry metricRegistry) Register the metrics attached to this pipeline.stages()abstract Pipeline.BuildertoString()
-
Constructor Details
-
Pipeline
public Pipeline()
-
-
Method Details
-
id
-
name
-
stages
-
builder
-
empty
-
toBuilder
-
withId
-
hashCode
@Memoized public abstract int hashCode() -
registerMetrics
Register the metrics attached to this pipeline.- Parameters:
metricRegistry- the registry to add the metrics to
-
markExecution
public void markExecution() -
containsRule
-
toString
-