Uses of Package
org.apache.flink.cep.pattern.conditions
-
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.nfa Class Description IterativeCondition A user-defined condition that decides if an element should be accepted in the pattern or not. -
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.pattern Class Description IterativeCondition A user-defined condition that decides if an element should be accepted in the pattern or not. -
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.pattern.conditions Class Description IterativeCondition A user-defined condition that decides if an element should be accepted in the pattern or not.IterativeCondition.Context The context used when evaluating thecondition
.RichCompositeIterativeCondition A base class of compositeIterativeCondition
conditions such asRichAndCondition
,RichOrCondition
andRichNotCondition
, etc.RichIterativeCondition Rich variant of theIterativeCondition
.SimpleCondition A user-defined condition that decides if an element should be accepted in the pattern or not. -
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.table.runtime.operators.match Class Description IterativeCondition A user-defined condition that decides if an element should be accepted in the pattern or not.IterativeCondition.Context The context used when evaluating thecondition
.RichIterativeCondition Rich variant of theIterativeCondition
.