public interface BufferAvailabilityListener
ResultSubpartitionView that want to be
notified of availability of further buffers.| Modifier and Type | Method and Description |
|---|---|
void |
notifyDataAvailable(ResultSubpartitionView view)
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(ResultSubpartitionView view)
view - the ResultSubpartitionView containing available data.default void notifyPriorityEvent(int prioritySequenceNumber)
prioritySequenceNumber - the sequence number that identifies the priority buffer.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.