| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
InputChannel.BufferAndAvailability |
NetworkSequenceViewReader.getNextBuffer() |
| Modifier and Type | Method and Description |
|---|---|
Optional<InputChannel.BufferAndAvailability> |
RemoteInputChannel.getNextBuffer() |
Optional<InputChannel.BufferAndAvailability> |
RecoveredInputChannel.getNextBuffer() |
Optional<InputChannel.BufferAndAvailability> |
LocalInputChannel.getNextBuffer() |
abstract Optional<InputChannel.BufferAndAvailability> |
InputChannel.getNextBuffer()
Returns the next buffer from the consumed subpartitions or
Optional.empty() if there
is no data to return. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.