Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
Packages that use SubtaskCheckpointStatistics
-
Uses of SubtaskCheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints
Modifier and TypeClassDescriptionstatic final classCheckpoint statistics for a completed subtask checkpoint.static final classCheckpoint statistics for a pending subtask checkpoint.Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type SubtaskCheckpointStatisticsModifier and TypeMethodDescriptionTaskCheckpointStatisticsWithSubtaskDetails.getSubtaskCheckpointStatistics()Constructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type SubtaskCheckpointStatisticsModifierConstructorDescriptionTaskCheckpointStatisticsWithSubtaskDetails(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)