类 CompletedCheckpoint
java.lang.Object
org.apache.seatunnel.engine.server.checkpoint.CompletedCheckpoint
- 所有已实现的接口:
Serializable,org.apache.seatunnel.engine.core.checkpoint.Checkpoint
public class CompletedCheckpoint
extends Object
implements org.apache.seatunnel.engine.core.checkpoint.Checkpoint, Serializable
- 另请参阅:
-
构造器概要
构造器构造器说明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) -
方法概要
修饰符和类型方法说明longlongorg.apache.seatunnel.engine.core.checkpoint.CheckpointTypelonglonggetJobId()int
-
构造器详细资料
-
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() -
getTaskStates
-
getTaskStatistics
-