Uses of Class
org.apache.flink.cep.nfa.aftermatch.SkipToFirstStrategy
-
Packages that use SkipToFirstStrategy Package Description org.apache.flink.cep.nfa.aftermatch -
-
Uses of SkipToFirstStrategy in org.apache.flink.cep.nfa.aftermatch
Methods in org.apache.flink.cep.nfa.aftermatch that return SkipToFirstStrategy Modifier and Type Method Description static SkipToFirstStrategyAfterMatchSkipStrategy. skipToFirst(String patternName)Discards every partial match that started before the first event of emitted match mapped to *PatternName*.
-