Class PendingCheckpoint

java.lang.Object
org.apache.flink.runtime.checkpoint.PendingCheckpoint
All Implemented Interfaces:
Checkpoint

@NotThreadSafe public class PendingCheckpoint extends Object implements Checkpoint
A pending checkpoint is a checkpoint that has been started, but has not been acknowledged by all tasks that need to acknowledge it. Once all tasks have acknowledged it, it becomes a CompletedCheckpoint.

Note that the pending checkpoint, as well as the successful checkpoint keep the state handles always as serialized values, never as actual values.