public class RpcPartitionStateChecker extends Object implements PartitionProducerStateChecker
| Constructor and Description |
|---|
RpcPartitionStateChecker(UUID jobMasterLeaderId,
JobMasterGateway jobMasterGateway) |
| Modifier and Type | Method and Description |
|---|---|
Future<ExecutionState> |
requestPartitionProducerState(JobID jobId,
IntermediateDataSetID resultId,
ResultPartitionID partitionId)
Requests the execution state of the execution producing a result partition.
|
public RpcPartitionStateChecker(UUID jobMasterLeaderId, JobMasterGateway jobMasterGateway)
public Future<ExecutionState> requestPartitionProducerState(JobID jobId, IntermediateDataSetID resultId, ResultPartitionID partitionId)
PartitionProducerStateCheckerrequestPartitionProducerState in interface 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–2017 The Apache Software Foundation. All rights reserved.