Class 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 Detail

      • BufferEntry

        public BufferEntry​(T element,
                           boolean hasBeenJoined)
    • Method Detail

      • getElement

        public T getElement()
      • hasBeenJoined

        @VisibleForTesting
        public boolean hasBeenJoined()