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_checkpointing_mode#

CheckpointConfig.get_checkpointing_mode() → CheckpointingMode[source]#

Gets the checkpointing mode (exactly-once vs. at-least-once).

See also

set_checkpointing_mode()

Returns

The CheckpointingMode.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.is_checkpointing_enabled

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_checkpointing_mode

On this page
  • CheckpointConfig.get_checkpointing_mode()
Show Source

Created using Sphinx 5.3.0.