CheckpointConfigurationUpdate

Describes updates to the checkpointing parameters for a Managed Service for Apache Flink application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes updates to whether checkpointing is enabled for an application.

Link copied to clipboard

Describes updates to the interval in milliseconds between checkpoint operations.

Link copied to clipboard

Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink. You must set this property to CUSTOM in order to set the CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints parameters.

Link copied to clipboard

Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String