| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.partition.consumer |
| 限定符和类型 | 方法和说明 |
|---|---|
InputChannel.BufferAndAvailability |
NetworkSequenceViewReader.getNextBuffer() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.