-
Classes Class Description org.apache.flink.cep.nfa.NFA.NFASerializer org.apache.flink.cep.nfa.SharedBuffer everything in this class is deprecated. Those are only migration procedures from older versions.org.apache.flink.cep.nfa.sharedbuffer.SharedBufferNode.SharedBufferNodeSerializer was used in <= 1.12, useSharedBufferNodeSerializerinstead.org.apache.flink.cep.pattern.conditions.AndCondition Please useRichAndConditioninstead. This class exists just for backwards compatibility and will be removed in FLINK-10113.org.apache.flink.cep.pattern.conditions.NotCondition Please useRichNotConditioninstead. This class exists just for backwards compatibility and will be removed in FLINK-10113.org.apache.flink.cep.pattern.conditions.OrCondition Please useRichOrConditioninstead. This class exists just for backwards compatibility and will be removed in FLINK-10113.
-
Methods Method Description org.apache.flink.cep.PatternStream.flatSelect(PatternFlatTimeoutFunction<T, L>, PatternFlatSelectFunction<T, R>) UsePatternStream.flatSelect(OutputTag, PatternFlatTimeoutFunction, PatternFlatSelectFunction)that returns timed out events as a side-outputorg.apache.flink.cep.PatternStream.select(PatternTimeoutFunction<T, L>, PatternSelectFunction<T, R>) UsePatternStream.select(OutputTag, PatternTimeoutFunction, PatternSelectFunction)that returns timed out events as a side-output