类 CompletedCheckpoint

  • 所有已实现的接口:
    Serializable, org.apache.seatunnel.engine.core.checkpoint.Checkpoint

    public class CompletedCheckpoint
    extends Object
    implements org.apache.seatunnel.engine.core.checkpoint.Checkpoint, Serializable
    另请参阅:
    序列化表格
    • 构造器详细资料

      • CompletedCheckpoint

        public CompletedCheckpoint​(long jobId,
                                   int pipelineId,
                                   long checkpointId,
                                   long triggerTimestamp,
                                   org.apache.seatunnel.engine.core.checkpoint.CheckpointType checkpointType,
                                   long completedTimestamp,
                                   Map<ActionStateKey,​ActionState> taskStates,
                                   Map<Long,​TaskStatistics> taskStatistics)
    • 方法详细资料

      • getCheckpointId

        public long getCheckpointId()
        指定者:
        getCheckpointId 在接口中 org.apache.seatunnel.engine.core.checkpoint.Checkpoint
      • getPipelineId

        public int getPipelineId()
        指定者:
        getPipelineId 在接口中 org.apache.seatunnel.engine.core.checkpoint.Checkpoint
      • getJobId

        public long getJobId()
        指定者:
        getJobId 在接口中 org.apache.seatunnel.engine.core.checkpoint.Checkpoint
      • getCheckpointTimestamp

        public long getCheckpointTimestamp()
        指定者:
        getCheckpointTimestamp 在接口中 org.apache.seatunnel.engine.core.checkpoint.Checkpoint
      • getCheckpointType

        public org.apache.seatunnel.engine.core.checkpoint.CheckpointType getCheckpointType()
        指定者:
        getCheckpointType 在接口中 org.apache.seatunnel.engine.core.checkpoint.Checkpoint
      • getCompletedTimestamp

        public long getCompletedTimestamp()