IntervalJoined
org.apache.flink.api.KeyedStream.IntervalJoined
@PublicEvolving
class IntervalJoined[IN1, IN2, KEY](firstStream: KeyedStream[IN1, KEY], secondStream: KeyedStream[IN2, KEY], lowerBound: Long, upperBound: Long)
IntervalJoined is a container for two streams that have keys for both sides as well as the time boundaries over which elements should be joined.
Attributes
- IN1
Input type of elements from the first stream
- IN2
Input type of elements from the second stream
- KEY
The type of the key
- Graph
- Supertypes
- class Objecttrait Matchableclass Any