Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
-
Packages that use SubtaskCheckpointStatistics Package Description org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of SubtaskCheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints
Subclasses of SubtaskCheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints Modifier and Type Class Description static classSubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatisticsCheckpoint statistics for a completed subtask checkpoint.static classSubtaskCheckpointStatistics.PendingSubtaskCheckpointStatisticsCheckpoint statistics for a pending subtask checkpoint.Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type SubtaskCheckpointStatistics Modifier and Type Method Description List<SubtaskCheckpointStatistics>TaskCheckpointStatisticsWithSubtaskDetails. getSubtaskCheckpointStatistics()Constructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type SubtaskCheckpointStatistics Constructor Description TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId, CheckpointStatsStatus checkpointStatus, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, TaskCheckpointStatisticsWithSubtaskDetails.Summary summary, List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics)
-