public class RpcPartitionStateChecker extends Object implements PartitionProducerStateChecker
| 构造器和说明 |
|---|
RpcPartitionStateChecker(JobMasterGateway jobMasterGateway) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<ExecutionState> |
requestPartitionProducerState(org.apache.flink.api.common.JobID jobId,
IntermediateDataSetID resultId,
ResultPartitionID partitionId)
Requests the execution state of the execution producing a result partition.
|
public RpcPartitionStateChecker(JobMasterGateway jobMasterGateway)
public CompletableFuture<ExecutionState> requestPartitionProducerState(org.apache.flink.api.common.JobID jobId, IntermediateDataSetID resultId, ResultPartitionID partitionId)
PartitionProducerStateCheckerrequestPartitionProducerState 在接口中 PartitionProducerStateCheckerjobId - 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.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.