Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
Packages that use BufferOrEvent
Package
Description
-
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 BufferOrEventModifier and TypeMethodDescriptionabstract Optional<BufferOrEvent>InputGate.getNext()Blocking call waiting for nextBufferOrEvent.SingleInputGate.getNext()UnionInputGate.getNext()abstract Optional<BufferOrEvent>InputGate.pollNext()Poll theBufferOrEvent.SingleInputGate.pollNext()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 -
Uses of BufferOrEvent in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type BufferOrEventModifier and TypeMethodDescriptionprotected voidAbstractStreamTaskNetworkInput.processBuffer(BufferOrEvent bufferOrEvent) protected DataInputStatusAbstractStreamTaskNetworkInput.processEvent(BufferOrEvent bufferOrEvent, PushingAsyncDataInput.DataOutput<T> output) -
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 -
Uses of BufferOrEvent in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery with parameters of type BufferOrEventModifier and TypeMethodDescriptionprotected DataInputStatusRescalingStreamTaskNetworkInput.processEvent(BufferOrEvent bufferOrEvent, PushingAsyncDataInput.DataOutput<T> output)