| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
Optional<BufferOrEvent> |
UnionInputGate.getNextBufferOrEvent() |
Optional<BufferOrEvent> |
SingleInputGate.getNextBufferOrEvent() |
Optional<BufferOrEvent> |
InputGate.getNextBufferOrEvent()
Blocking call waiting for next
BufferOrEvent. |
Optional<BufferOrEvent> |
UnionInputGate.pollNextBufferOrEvent() |
Optional<BufferOrEvent> |
SingleInputGate.pollNextBufferOrEvent() |
Optional<BufferOrEvent> |
InputGate.pollNextBufferOrEvent()
Poll the
BufferOrEvent. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.