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