Class CheckpointOptions

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

public class CheckpointOptions extends Object implements Serializable
Options for performing the checkpoint. Note that different barriers may have different options.

The CheckpointProperties are related and cover properties that are only relevant at the CheckpointCoordinator. These options are relevant at the AbstractInvokable instances running on task managers.

See Also: