Interface MarkPartitionFinishedStrategy
public interface MarkPartitionFinishedStrategy
This strategy is used to decide whether partition needs to be marked as finished.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanneedMarkPartitionFinished(ResultPartitionType resultPartitionType) Decide whether partition needs to be marked as finished.
-
Method Details
-
needMarkPartitionFinished
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.
-