Package org.apache.flink.cep.nfa.aftermatch
package org.apache.flink.cep.nfa.aftermatch
-
ClassesClassDescriptionIndicate the skip strategy after a match process.Every possible match will be emitted.Discards every partial match that started before emitted match ended.Discards every partial match that started before the first event of emitted match mapped to *PatternName*.Discards every partial match that started before the last event of emitted match mapped to *PatternName*.Discards every partial match that started with the same event, emitted match was started.