Class PipelinedApproximateSubpartitionView

java.lang.Object
org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
org.apache.flink.runtime.io.network.partition.PipelinedApproximateSubpartitionView
All Implemented Interfaces:
ResultSubpartitionView

public class PipelinedApproximateSubpartitionView extends PipelinedSubpartitionView
View over a pipelined in-memory only subpartition allowing reconnecting.
  • Method Details

    • releaseAllResources

      public void releaseAllResources()
      Pipelined ResultPartition relies on its subpartition view's release to decide whether the partition is ready to release. In contrast, Approximate Pipelined ResultPartition is put into the JobMaster's Partition Tracker and relies on the tracker to release partitions after the job is finished. Hence, in the approximate pipelined case, no resource related to view is needed to be released.
      Specified by:
      releaseAllResources in interface ResultSubpartitionView
      Overrides:
      releaseAllResources in class PipelinedSubpartitionView