KeyedStream.IntervalJoined<T1,T2,KEY> |
KeyedStream.IntervalJoin.between(Duration lowerBound,
Duration upperBound) |
Specifies the time boundaries over which the join operation works, so that
|
KeyedStream.IntervalJoined<IN1,IN2,KEY> |
KeyedStream.IntervalJoined.enableAsyncState() |
Enable the async state processing for following keyed processing function.
|
KeyedStream.IntervalJoined<IN1,IN2,KEY> |
KeyedStream.IntervalJoined.lowerBoundExclusive() |
Set the lower bound to be exclusive.
|
KeyedStream.IntervalJoined<IN1,IN2,KEY> |
KeyedStream.IntervalJoined.sideOutputLeftLateData(org.apache.flink.util.OutputTag<IN1> outputTag) |
Send late arriving left-side data to the side output identified by the given OutputTag .
|
KeyedStream.IntervalJoined<IN1,IN2,KEY> |
KeyedStream.IntervalJoined.sideOutputRightLateData(org.apache.flink.util.OutputTag<IN2> outputTag) |
Send late arriving right-side data to the side output identified by the given OutputTag .
|
KeyedStream.IntervalJoined<IN1,IN2,KEY> |
KeyedStream.IntervalJoined.upperBoundExclusive() |
Set the upper bound to be exclusive.
|