public interface BufferAvailabilityListener
ResultSubpartitionView
that want to be
notified of availability of further buffers.Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.