public interface BufferAvailabilityListener
ResultSubpartitionView that want to be
notified of availability of further buffers.| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifyDataAvailable()
Called whenever there might be new data available.
|
default void |
notifyPriorityEvent(int prioritySequenceNumber)
Called when the first priority event is added to the head of the buffer queue.
|
void notifyDataAvailable()
default void notifyPriorityEvent(int prioritySequenceNumber)
prioritySequenceNumber - the sequence number that identifies the priority buffer.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.