Uses of Class
org.apache.flink.cep.PatternStream
Packages that use PatternStream
-
Uses of PatternStream in org.apache.flink.cep
Methods in org.apache.flink.cep that return PatternStreamModifier and TypeMethodDescriptionPatternStream.inEventTime()Sets the time characteristic to event time.PatternStream.inProcessingTime()Sets the time characteristic to processing time.static <T> PatternStream<T>Creates aPatternStreamfrom an input data stream and a pattern.static <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.PatternStream.sideOutputLateData(org.apache.flink.util.OutputTag<T> lateDataOutputTag) Send late arriving data to the side output identified by the givenOutputTag.