Uses of Class
org.apache.flink.cep.nfa.aftermatch.SkipPastLastStrategy
-
Packages that use SkipPastLastStrategy Package Description org.apache.flink.cep.nfa.aftermatch -
-
Uses of SkipPastLastStrategy in org.apache.flink.cep.nfa.aftermatch
Fields in org.apache.flink.cep.nfa.aftermatch declared as SkipPastLastStrategy Modifier and Type Field Description static SkipPastLastStrategySkipPastLastStrategy. INSTANCEMethods in org.apache.flink.cep.nfa.aftermatch that return SkipPastLastStrategy Modifier and Type Method Description static SkipPastLastStrategyAfterMatchSkipStrategy. skipPastLastEvent()Discards every partial match that started before emitted match ended.
-