public class JobShuffleContextImpl extends Object implements JobShuffleContext
JobShuffleContext.| Constructor and Description |
|---|
JobShuffleContextImpl(org.apache.flink.api.common.JobID jobId,
JobMasterGateway jobMasterGateway) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface JobShuffleContextJobID.public CompletableFuture<?> stopTrackingAndReleasePartitions(Collection<ResultPartitionID> partitionIds)
JobShuffleContextstopTrackingAndReleasePartitions in interface JobShuffleContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.