Class RpcPartitionStateChecker
java.lang.Object
org.apache.flink.runtime.taskexecutor.rpc.RpcPartitionStateChecker
- All Implemented Interfaces:
PartitionProducerStateChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrequestPartitionProducerState(org.apache.flink.api.common.JobID jobId, IntermediateDataSetID resultId, ResultPartitionID partitionId) Requests the execution state of the execution producing a result partition.
-
Constructor Details
-
RpcPartitionStateChecker
-
-
Method Details
-
requestPartitionProducerState
public CompletableFuture<ExecutionState> requestPartitionProducerState(org.apache.flink.api.common.JobID jobId, IntermediateDataSetID resultId, ResultPartitionID partitionId) Description copied from interface:PartitionProducerStateCheckerRequests the execution state of the execution producing a result partition.- Specified by:
requestPartitionProducerStatein interfacePartitionProducerStateChecker- Parameters:
jobId- ID of the job the partition belongs to.resultId- ID of the parent intermediate data set.partitionId- ID of the result partition to check. This identifies the producing execution and partition.- Returns:
- Future holding the execution state of the producing execution.
-