类 SubtaskAlignedEvent
- java.lang.Object
-
- org.apache.flink.iteration.operator.event.SubtaskAlignedEvent
-
- 所有已实现的接口:
Serializable,org.apache.flink.runtime.operators.coordination.OperatorEvent
public class SubtaskAlignedEvent extends Object implements org.apache.flink.runtime.operators.coordination.OperatorEvent
The event sent fromHeadOperatortoHeadOperatorCoordinatorto notify the subtask has received the EpochWatermark for the specified round.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SubtaskAlignedEvent(int epoch, long numRecordsThisRound, boolean isCriteriaStream)
-