类 PendingCheckpoint

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

    public class PendingCheckpoint
    extends Object
    implements org.apache.seatunnel.engine.core.checkpoint.Checkpoint
    • 构造器详细资料

      • PendingCheckpoint

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

      • 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
      • getCompletableFuture

        public org.apache.seatunnel.engine.common.utils.PassiveCompletableFuture<CompletedCheckpoint> getCompletableFuture()
      • isFullyAcknowledged

        protected boolean isFullyAcknowledged()
      • abortCheckpointTimeoutFutureWhenIsCompleted

        public void abortCheckpointTimeoutFutureWhenIsCompleted()
      • getInfo

        public String getInfo()