public class JobShuffleContextImpl extends Object implements JobShuffleContext
JobShuffleContext.| 构造器和说明 |
|---|
JobShuffleContextImpl(org.apache.flink.api.common.JobID jobId,
JobMasterGateway jobMasterGateway) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.JobID |
getJobId() |
CompletableFuture<?> |
stopTrackingAndReleasePartitions(Collection<ResultPartitionID> partitionIds)
Notifies the job to stop tracking and release the target result partitions, which means these
partitions will be removed and will be reproduced if used afterwards.
|
public JobShuffleContextImpl(org.apache.flink.api.common.JobID jobId,
JobMasterGateway jobMasterGateway)
public org.apache.flink.api.common.JobID getJobId()
getJobId 在接口中 JobShuffleContextJobID.public CompletableFuture<?> stopTrackingAndReleasePartitions(Collection<ResultPartitionID> partitionIds)
JobShuffleContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.