Class CompletedCheckpointStats

java.lang.Object
org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
All Implemented Interfaces:
Serializable

public class CompletedCheckpointStats extends AbstractCheckpointStats
Statistics for a successfully completed checkpoint.

The reported statistics are immutable except for the discarded flag, which is updated via the DiscardCallback and the CompletedCheckpoint after an instance of this class has been created.

See Also: