Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
Packages that use StatsSummaryDto
-
Uses of StatsSummaryDto in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return StatsSummaryDtoModifier and TypeMethodDescriptionTaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration.getAsynchronousDuration()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment.getBufferedData()TaskCheckpointStatisticsWithSubtaskDetails.Summary.getCheckpointedSize()TaskCheckpointStatisticsWithSubtaskDetails.Summary.getCheckpointStartDelay()CheckpointingStatistics.Summary.getDuration()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment.getDuration()TaskCheckpointStatisticsWithSubtaskDetails.Summary.getDuration()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment.getPersistedData()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment.getProcessedData()CheckpointingStatistics.Summary.getStateSize()TaskCheckpointStatisticsWithSubtaskDetails.Summary.getStateSize()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration.getSynchronousDuration()static StatsSummaryDtoStatsSummaryDto.valueOf(StatsSummary s) static StatsSummaryDtoStatsSummaryDto.valueOf(StatsSummarySnapshot snapshot) Constructors in org.apache.flink.runtime.rest.messages.checkpoints with parameters of type StatsSummaryDtoModifierConstructorDescriptionCheckpointAlignment(StatsSummaryDto bufferedData, StatsSummaryDto processedData, StatsSummaryDto persistedData, StatsSummaryDto duration) CheckpointDuration(StatsSummaryDto synchronousDuration, StatsSummaryDto asynchronousDuration) Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, StatsSummaryDto alignmentBuffered, StatsSummaryDto processedData, StatsSummaryDto persistedData) Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay)