Package | Description |
---|---|
org.apache.flink.cep.nfa | |
org.apache.flink.cep.nfa.aftermatch | |
org.apache.flink.cep.operator | |
org.apache.flink.cep.pattern |
Class and Description |
---|
AfterMatchSkipStrategy
Indicate the skip strategy after a match process.
|
Class and Description |
---|
AfterMatchSkipStrategy
Indicate the skip strategy after a match process.
|
NoSkipStrategy
Every possible match will be emitted.
|
SkipPastLastStrategy
Discards every partial match that started before emitted match ended.
|
SkipToFirstStrategy
Discards every partial match that started before the first event of emitted match mapped to
*PatternName*.
|
SkipToLastStrategy
Discards every partial match that started before the last event of emitted match mapped to
*PatternName*.
|
SkipToNextStrategy
Discards every partial match that started with the same event, emitted match was started.
|
Class and Description |
---|
AfterMatchSkipStrategy
Indicate the skip strategy after a match process.
|
Class and Description |
---|
AfterMatchSkipStrategy
Indicate the skip strategy after a match process.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.