类 CheckpointService
java.lang.Object
org.apache.seatunnel.engine.server.CheckpointService
The service to manage the checkpoint data.
The service provides the APIs to get the latest checkpoint data of a job.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getLatestCheckpoint(String jobId) List<org.apache.seatunnel.engine.core.job.JobPipelineCheckpointData>getLatestCheckpointData(String jobId) Get the latest checkpoint data of a job.
-
构造器详细资料
-
CheckpointService
public CheckpointService(org.apache.seatunnel.engine.common.config.server.CheckpointConfig config)
-
-
方法详细资料
-
getLatestCheckpoint
-
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-- 返回:
-