Class IntervalJoinOperator.BufferEntry<T>
- java.lang.Object
-
- org.apache.flink.streaming.api.operators.co.IntervalJoinOperator.BufferEntry<T>
-
- Enclosing class:
- IntervalJoinOperator<K,T1,T2,OUT>
@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntry<T> extends Object
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 Constructor Description BufferEntry(T element, boolean hasBeenJoined)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetElement()booleanhasBeenJoined()
-