Interface MarkPartitionFinishedStrategy


public interface MarkPartitionFinishedStrategy
This strategy is used to decide whether partition needs to be marked as finished.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Decide whether partition needs to be marked as finished.
  • Method Details

    • needMarkPartitionFinished

      boolean needMarkPartitionFinished(ResultPartitionType resultPartitionType)
      Decide whether partition needs to be marked as finished.
      Parameters:
      resultPartitionType - type of result partition.
      Returns:
      whether this partition needs to be marked as finished.