Class KeyedStream.IntervalJoin<T1,T2,KEY>

java.lang.Object
org.apache.flink.streaming.api.datastream.KeyedStream.IntervalJoin<T1,T2,KEY>
Type Parameters:
T1 - The type parameter of the elements in the first streams
T2 - The type parameter of the elements in the second stream
Enclosing class:
KeyedStream<T,KEY>

@PublicEvolving public static class KeyedStream.IntervalJoin<T1,T2,KEY> extends Object
Perform a join over a time interval.