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.stream_execution_environment.StreamExecutionEnvironment.get_checkpoint_config#

StreamExecutionEnvironment.get_checkpoint_config() → pyflink.datastream.checkpoint_config.CheckpointConfig[source]#

Gets the checkpoint config, which defines values like checkpoint interval, delay between checkpoints, etc.

Returns

The CheckpointConfig.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.is_chaining_enabled

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.enable_checkpointing

Show Source

Created using Sphinx 4.5.0.