@Internal @VisibleForTesting public static class IntervalJoinOperator.BufferEntry<T> extends Object
Constructor and Description |
---|
BufferEntry(T element,
boolean hasBeenJoined) |
Modifier and Type | Method and Description |
---|---|
T |
getElement() |
boolean |
hasBeenJoined() |
public BufferEntry(T element, boolean hasBeenJoined)
@VisibleForTesting public T getElement()
@VisibleForTesting public boolean hasBeenJoined()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.