Uses of Package
org.apache.flink.cep.nfa.aftermatch
-
Packages that use org.apache.flink.cep.nfa.aftermatch Package Description org.apache.flink.cep.nfa org.apache.flink.cep.nfa.aftermatch org.apache.flink.cep.operator org.apache.flink.cep.pattern -
Classes in org.apache.flink.cep.nfa.aftermatch used by org.apache.flink.cep.nfa Class Description AfterMatchSkipStrategy Indicate the skip strategy after a match process. -
Classes in org.apache.flink.cep.nfa.aftermatch used by org.apache.flink.cep.nfa.aftermatch Class 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. -
Classes in org.apache.flink.cep.nfa.aftermatch used by org.apache.flink.cep.operator Class Description AfterMatchSkipStrategy Indicate the skip strategy after a match process. -
Classes in org.apache.flink.cep.nfa.aftermatch used by org.apache.flink.cep.pattern Class Description AfterMatchSkipStrategy Indicate the skip strategy after a match process.