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 Details

    • BufferEntry

      public BufferEntry(T element, boolean hasBeenJoined)
  • Method Details

    • getElement

      public T getElement()
    • hasBeenJoined

      @VisibleForTesting public boolean hasBeenJoined()