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.get_max_concurrent_checkpoints#

CheckpointConfig.get_max_concurrent_checkpoints() → int[source]#

Gets the maximum number of checkpoint attempts that may be in progress at the same time. If this value is n, then no checkpoints will be triggered while n checkpoint attempts are currently in flight. For the next checkpoint to be triggered, one checkpoint attempt would need to finish or expire.

Returns

The maximum number of concurrent checkpoint attempts.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_min_pause_between_checkpoints

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_max_concurrent_checkpoints

On this page
  • CheckpointConfig.get_max_concurrent_checkpoints()
Show Source

Created using Sphinx 5.3.0.