Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
-
Uses of BufferOrEvent in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return types with arguments of type BufferOrEvent Modifier and Type Method Description abstract Optional<BufferOrEvent>InputGate. getNext()Blocking call waiting for nextBufferOrEvent.Optional<BufferOrEvent>SingleInputGate. getNext()Optional<BufferOrEvent>UnionInputGate. getNext()abstract Optional<BufferOrEvent>InputGate. pollNext()Poll theBufferOrEvent.Optional<BufferOrEvent>SingleInputGate. pollNext()Optional<BufferOrEvent>UnionInputGate. pollNext() -
Uses of BufferOrEvent in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return types with arguments of type BufferOrEvent Modifier and Type Method Description Optional<BufferOrEvent>InputGateWithMetrics. getNext()Optional<BufferOrEvent>InputGateWithMetrics. pollNext() -
Uses of BufferOrEvent in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type BufferOrEvent Modifier and Type Method Description protected voidAbstractStreamTaskNetworkInput. processBuffer(BufferOrEvent bufferOrEvent)protected DataInputStatusAbstractStreamTaskNetworkInput. processEvent(BufferOrEvent bufferOrEvent) -
Uses of BufferOrEvent in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing that return types with arguments of type BufferOrEvent Modifier and Type Method Description Optional<BufferOrEvent>CheckpointedInputGate. pollNext() -
Uses of BufferOrEvent in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery with parameters of type BufferOrEvent Modifier and Type Method Description protected DataInputStatusRescalingStreamTaskNetworkInput. processEvent(BufferOrEvent bufferOrEvent)
-