mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
b3c85356b0
commit
1ce7e6915b
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <h3>Compiled Logstash Pipeline Configuration.</h3>
|
* <h2>Compiled Logstash Pipeline Configuration.</h2>
|
||||||
* This class represents an executable pipeline, compiled from the configured topology that is
|
* This class represents an executable pipeline, compiled from the configured topology that is
|
||||||
* learnt from {@link PipelineIR}.
|
* learnt from {@link PipelineIR}.
|
||||||
* Each compiled pipeline consists in graph of {@link Dataset} that represent either a
|
* Each compiled pipeline consists in graph of {@link Dataset} that represent either a
|
||||||
|
|
|
@ -51,7 +51,7 @@ public interface EventCondition {
|
||||||
boolean fulfilled(JrubyEventExtLibrary.RubyEvent event);
|
boolean fulfilled(JrubyEventExtLibrary.RubyEvent event);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <h3>EventCondition Compiler.</h3>
|
* <h2>EventCondition Compiler.</h2>
|
||||||
* Compiles {@link BooleanExpression} into {@link EventCondition} globally ensuring that no
|
* Compiles {@link BooleanExpression} into {@link EventCondition} globally ensuring that no
|
||||||
* duplicate {@link EventCondition} are generated by strict synchronization on the internal
|
* duplicate {@link EventCondition} are generated by strict synchronization on the internal
|
||||||
* compiler cache {@link EventCondition.Compiler#cache}.
|
* compiler cache {@link EventCondition.Compiler#cache}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue