Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
Packages that use TaskCheckpointStatistics Package Description org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of TaskCheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints
Subclasses of TaskCheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints Modifier and Type Class Description classTaskCheckpointStatisticsWithSubtaskDetailsTask checkpoint statistics which also includes information about the sub task checkpoint statistics.Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type TaskCheckpointStatistics Modifier and Type Method Description Map<JobVertexID,TaskCheckpointStatistics>CheckpointStatistics. getCheckpointStatisticsPerTask()Constructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type TaskCheckpointStatistics Constructor Description CompletedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask, String externalPath, boolean discarded)FailedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask, long failureTimestamp, String failureMessage)PendingCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask)
-