Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.checkpoint_config.CheckpointConfig.set_force_unaligned_checkpoints#

CheckpointConfig.set_force_unaligned_checkpoints(force_unaligned_checkpoints: bool = True) → pyflink.datastream.checkpoint_config.CheckpointConfig[source]#

Checks whether unaligned checkpoints are forced, despite currently non-checkpointable iteration feedback or custom partitioners.

Parameters

force_unaligned_checkpoints – The flag to force unaligned checkpoints.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.get_alignment_timeout

next

pyflink.datastream.checkpoint_config.CheckpointConfig.is_force_unaligned_checkpoints

Show Source

Created using Sphinx 4.5.0.