public interface JobShuffleContext
| 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.
|
org.apache.flink.api.common.JobID getJobId()
JobID.CompletableFuture<?> stopTrackingAndReleasePartitions(Collection<ResultPartitionID> partitionIds)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.