Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • Checkpoint
  • pyflink.datastream.checkpoint_config.CheckpointConfig.set_alignment_timeout

pyflink.datastream.checkpoint_config.CheckpointConfig.set_alignment_timeout#

CheckpointConfig.set_alignment_timeout(alignment_timeout: Duration) → CheckpointConfig[source]#

Only relevant if enable_unaligned_checkpoints() is enabled.

If alignment_timeout has value equal to 0, checkpoints will always start unaligned. If alignment_timeout has value greater then 0, checkpoints will start aligned. If during checkpointing, checkpoint start delay exceeds this alignment_timeout, alignment will timeout and checkpoint will start working as unaligned checkpoint.

Parameters:

alignment_timeout – The duration until the aligned checkpoint will be converted into an unaligned checkpoint.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.disable_unaligned_checkpoints

next

pyflink.datastream.checkpoint_config.CheckpointConfig.get_alignment_timeout

On this page
  • CheckpointConfig.set_alignment_timeout()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.