Uses of Class
org.apache.flink.streaming.api.datastream.KeyedStream.IntervalJoined
Packages that use KeyedStream.IntervalJoined
-
Uses of KeyedStream.IntervalJoined in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return KeyedStream.IntervalJoinedModifier and TypeMethodDescriptionSpecifies the time boundaries over which the join operation works, so thatKeyedStream.IntervalJoined.enableAsyncState()Enable the async state processing for following keyed processing function.KeyedStream.IntervalJoined.lowerBoundExclusive()Set the lower bound to be exclusive.KeyedStream.IntervalJoined.sideOutputLeftLateData(org.apache.flink.util.OutputTag<IN1> outputTag) Send late arriving left-side data to the side output identified by the givenOutputTag.KeyedStream.IntervalJoined.sideOutputRightLateData(org.apache.flink.util.OutputTag<IN2> outputTag) Send late arriving right-side data to the side output identified by the givenOutputTag.KeyedStream.IntervalJoined.upperBoundExclusive()Set the upper bound to be exclusive.