| Modifier and Type | Method and Description |
|---|---|
abstract Pipeline |
Pipeline.Builder.build() |
static Pipeline |
Pipeline.empty(String name) |
Pipeline |
Stage.getPipeline() |
Pipeline |
Pipeline.withId(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setPipeline(Pipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
PipelineRuleParser.parsePipeline(String id,
String source) |
| Modifier and Type | Method and Description |
|---|---|
List<Pipeline> |
PipelineRuleParser.parsePipelines(String pipelines) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,Pipeline> |
PipelineInterpreter.State.getCurrentPipelines() |
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> |
PipelineInterpreter.State.getStreamPipelineConnections() |
| Modifier and Type | Method and Description |
|---|---|
StageIterator |
PipelineInterpreter.State.getStageIterator(Set<Pipeline> pipelines) |
PipelineInterpreter.State |
PipelineInterpreter.State.Factory.newState(com.google.common.collect.ImmutableMap<String,Pipeline> currentPipelines,
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> streamPipelineConnections,
RuleMetricsConfigDto ruleMetricsConfig) |
PipelineInterpreter.State |
PipelineInterpreter.State.Factory.newState(com.google.common.collect.ImmutableMap<String,Pipeline> currentPipelines,
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> streamPipelineConnections,
RuleMetricsConfigDto ruleMetricsConfig) |
| Constructor and Description |
|---|
Configuration(Set<Pipeline> pipelines) |
StageIterator(Set<Pipeline> pipelines) |
State(com.google.common.collect.ImmutableMap<String,Pipeline> currentPipelines,
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> streamPipelineConnections,
RuleMetricsConfigDto ruleMetricsConfig,
com.codahale.metrics.MetricRegistry metricRegistry,
int processorCount,
boolean cachedIterators) |
State(com.google.common.collect.ImmutableMap<String,Pipeline> currentPipelines,
com.google.common.collect.ImmutableSetMultimap<String,Pipeline> streamPipelineConnections,
RuleMetricsConfigDto ruleMetricsConfig,
com.codahale.metrics.MetricRegistry metricRegistry,
int processorCount,
boolean cachedIterators) |
| 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.dissatisfyRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.dissatisfyRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.dissatisfyRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.evaluateRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.evaluateRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.evaluateRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.executeRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.executeRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.executeRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.failEvaluateRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.failEvaluateRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.failEvaluateRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.failExecuteRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.failExecuteRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.failExecuteRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.finishExecuteRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.finishExecuteRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.finishExecuteRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.satisfyRule(Rule rule,
Pipeline pipeline) |
void |
NoopInterpreterListener.satisfyRule(Rule rule,
Pipeline pipeline) |
void |
InterpreterListener.satisfyRule(Rule rule,
Pipeline pipeline) |
void |
RuleMetricsListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
void |
NoopInterpreterListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
void |
InterpreterListener.stopPipelineExecution(Pipeline pipeline,
Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMetricsListener.processStreams(Message message,
Set<Pipeline> pipelines,
Set<String> streams) |
void |
NoopInterpreterListener.processStreams(Message messageId,
Set<Pipeline> pipelines,
Set<String> streams) |
void |
InterpreterListener.processStreams(Message message,
Set<Pipeline> pipelines,
Set<String> streams) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.