CheckpointConfigurationDescription
Describes checkpointing parameters for a Managed Service for Apache Flink application.
Types
Properties
Link copied to clipboard
Describes whether checkpointing is enabled for a Managed Service for Apache Flink application.
Link copied to clipboard
Describes the interval in milliseconds between checkpoint operations.
Link copied to clipboard
Describes whether the application uses the default checkpointing behavior in Managed Service for Apache Flink.
Link copied to clipboard
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
Functions
Link copied to clipboard
inline fun copy(block: CheckpointConfigurationDescription.Builder.() -> Unit = {}): CheckpointConfigurationDescription