类 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 from HeadOperator to HeadOperatorCoordinator to notify the subtask has received the EpochWatermark for the specified round.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • SubtaskAlignedEvent

        public SubtaskAlignedEvent​(int epoch,
                                   long numRecordsThisRound,
                                   boolean isCriteriaStream)
    • 方法详细资料

      • getEpoch

        public int getEpoch()
      • getNumRecordsThisRound

        public long getNumRecordsThisRound()
      • isCriteriaStream

        public boolean isCriteriaStream()
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object