类 CheckpointService

java.lang.Object
org.apache.seatunnel.engine.server.CheckpointService

public class CheckpointService extends Object
The service to manage the checkpoint data.

The service provides the APIs to get the latest checkpoint data of a job.

  • 构造器详细资料

    • CheckpointService

      public CheckpointService(org.apache.seatunnel.engine.common.config.server.CheckpointConfig config)
  • 方法详细资料

    • getLatestCheckpoint

      public List<CompletedCheckpoint> getLatestCheckpoint(String jobId)
    • getLatestCheckpointData

      public List<org.apache.seatunnel.engine.core.job.JobPipelineCheckpointData> getLatestCheckpointData(String jobId)
      Get the latest checkpoint data of a job.

      The checkpoint data contains the state of the job pipeline, including the state of each action and subtask.

      参数:
      jobId -
      返回: