Class NotReleasingPartitionGroupReleaseStrategy

java.lang.Object
org.apache.flink.runtime.executiongraph.failover.partitionrelease.NotReleasingPartitionGroupReleaseStrategy
All Implemented Interfaces:
PartitionGroupReleaseStrategy

public class NotReleasingPartitionGroupReleaseStrategy extends Object implements PartitionGroupReleaseStrategy
Does not release intermediate result partitions during job execution. Relies on partitions being released at the end of the job.