Class RemoteChannelStateChecker
java.lang.Object
org.apache.flink.runtime.io.network.partition.consumer.RemoteChannelStateChecker
Handles the response of
PartitionProducerStateProvider.
The method isProducerReadyOrAbortConsumption determines whether the partition producer
is in a producing state, ready for consumption. Otherwise it aborts the consumption.
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteChannelStateChecker(ResultPartitionID resultPartitionId, String taskNameWithSubtask) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
RemoteChannelStateChecker
-
-
Method Details
-
isProducerReadyOrAbortConsumption
public boolean isProducerReadyOrAbortConsumption(PartitionProducerStateProvider.ResponseHandle responseHandle)
-