类 TaskStatistics
java.lang.Object
org.apache.seatunnel.engine.server.checkpoint.TaskStatistics
- 所有已实现的接口:
Serializable
- 另请参阅:
-
方法概要
-
方法详细资料
-
getLatestAcknowledgedSubtaskStatistics
- 返回:
- The latest acknowledged subtask stats or
nullif none was acknowledged yet.
-
getLatestAckTimestamp
public long getLatestAckTimestamp()- 返回:
- Ack timestamp of the latest acknowledged subtask or
-1if none was acknowledged yet..
-
getJobVertexId
-
getSubtaskStats
-
completed
public void completed(int subtaskIndex) -
isCompleted
public boolean isCompleted()
-