Package org.apache.flink.runtime.executiongraph.failover.partitionrelease
-
Interface Summary Interface Description PartitionGroupReleaseStrategy Interface for strategies that decide when to releaseConsumedPartitionGroups.PartitionGroupReleaseStrategy.Factory Factory forPartitionGroupReleaseStrategy. -
Class Summary Class Description ConsumerRegionGroupExecutionView This view maintains the finished progress of consumerSchedulingPipelinedRegions for eachConsumedPartitionGroup.NotReleasingPartitionGroupReleaseStrategy Does not release intermediate result partitions during job execution.NotReleasingPartitionGroupReleaseStrategy.Factory Factory forNotReleasingPartitionGroupReleaseStrategy.PartitionGroupReleaseStrategyFactoryLoader Instantiates aRegionPartitionGroupReleaseStrategy.RegionPartitionGroupReleaseStrategy Releases blocking intermediate result partitions that are incident to aSchedulingPipelinedRegion, as soon as the region's execution vertices are finished.RegionPartitionGroupReleaseStrategy.Factory Factory forPartitionGroupReleaseStrategy.