Uses of Class
org.apache.flink.streaming.api.datastream.KeyedStream.IntervalJoin
Packages that use KeyedStream.IntervalJoin
-
Uses of KeyedStream.IntervalJoin in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return KeyedStream.IntervalJoinModifier and TypeMethodDescriptionKeyedStream.IntervalJoin.inEventTime()Sets the time characteristic to event time.KeyedStream.IntervalJoin.inProcessingTime()Sets the time characteristic to processing time.<T1> KeyedStream.IntervalJoin<T,T1, KEY> KeyedStream.intervalJoin(KeyedStream<T1, KEY> otherStream) Join elements of thisKeyedStreamwith elements of anotherKeyedStreamover a time interval that can be specified withbetween(Duration, Duration).