Uses of Interface
org.apache.flink.cep.EventComparator
Packages that use EventComparator
-
Uses of EventComparator in org.apache.flink.cep
Methods in org.apache.flink.cep with parameters of type EventComparatorModifier and TypeMethodDescriptionstatic <T> PatternStream<T>CEP.pattern(org.apache.flink.streaming.api.datastream.DataStream<T> input, Pattern<T, ?> pattern, EventComparator<T> comparator) Creates aPatternStreamfrom an input data stream and a pattern. -
Uses of EventComparator in org.apache.flink.cep.operator
Constructors in org.apache.flink.cep.operator with parameters of type EventComparatorModifierConstructorDescriptionCepOperator(org.apache.flink.api.common.typeutils.TypeSerializer<IN> inputSerializer, boolean isProcessingTime, NFACompiler.NFAFactory<IN> nfaFactory, EventComparator<IN> comparator, AfterMatchSkipStrategy afterMatchSkipStrategy, PatternProcessFunction<IN, OUT> function, org.apache.flink.util.OutputTag<IN> lateDataOutputTag)