Class IntervalJoinOperator.BufferEntry<T>
java.lang.Object
org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntry<T>
- Enclosing class:
- IntervalJoinOperator<K,
T1, T2, OUT>
A container for elements put in the left/write buffer. This will contain the element itself
along with a flag indicating if it has been joined or not.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BufferEntry
-
-
Method Details
-
getElement
-
hasBeenJoined
@VisibleForTesting public boolean hasBeenJoined()
-