IntervalJoin
org.apache.flink.api.KeyedStream.IntervalJoin
@PublicEvolving
class IntervalJoin[IN1, IN2, KEY](val streamOne: KeyedStream[IN1, KEY], val streamTwo: KeyedStream[IN2, KEY])
Perform a join over a time interval.
Attributes
- IN1
The type parameter of the elements in the first streams
- IN2
The type parameter of the elements in the second stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any