CheckpointConfigurationDescription

Describes 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 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
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