Uses of Enum
org.apache.flink.runtime.io.PullingAsyncDataInput.EndOfDataStatus
Packages that use PullingAsyncDataInput.EndOfDataStatus
Package
Description
-
Uses of PullingAsyncDataInput.EndOfDataStatus in org.apache.flink.runtime.io
Methods in org.apache.flink.runtime.io that return PullingAsyncDataInput.EndOfDataStatusModifier and TypeMethodDescriptionPullingAsyncDataInput.hasReceivedEndOfData()Tells if we consumed all available data.Returns the enum constant of this type with the specified name.PullingAsyncDataInput.EndOfDataStatus.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PullingAsyncDataInput.EndOfDataStatus in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return PullingAsyncDataInput.EndOfDataStatusModifier and TypeMethodDescriptionSingleInputGate.hasReceivedEndOfData()UnionInputGate.hasReceivedEndOfData() -
Uses of PullingAsyncDataInput.EndOfDataStatus in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return PullingAsyncDataInput.EndOfDataStatus -
Uses of PullingAsyncDataInput.EndOfDataStatus in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing that return PullingAsyncDataInput.EndOfDataStatus