Uses of Class
org.apache.flink.streaming.api.datastream.KeyedStream.IntervalJoin
-
Packages that use KeyedStream.IntervalJoin Package Description org.apache.flink.streaming.api.datastream -
-
Uses of KeyedStream.IntervalJoin in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return KeyedStream.IntervalJoin Modifier and Type Method Description KeyedStream.IntervalJoin<T1,T2,KEY>
KeyedStream.IntervalJoin. inEventTime()
Sets the time characteristic to event time.KeyedStream.IntervalJoin<T1,T2,KEY>
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 thisKeyedStream
with elements of anotherKeyedStream
over a time interval that can be specified withbetween(Duration, Duration)
.
-