| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer | |
| org.apache.flink.runtime.taskmanager |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Optional<BufferOrEvent> |
InputGate.getNext()
Blocking call waiting for next
BufferOrEvent. |
Optional<BufferOrEvent> |
SingleInputGate.getNext() |
Optional<BufferOrEvent> |
UnionInputGate.getNext() |
abstract Optional<BufferOrEvent> |
InputGate.pollNext()
Poll the
BufferOrEvent. |
Optional<BufferOrEvent> |
SingleInputGate.pollNext() |
Optional<BufferOrEvent> |
UnionInputGate.pollNext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<BufferOrEvent> |
InputGateWithMetrics.getNext() |
Optional<BufferOrEvent> |
InputGateWithMetrics.pollNext() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.