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
  • StreamExecutionEnvironment
  • pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_checkpoint_config

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_checkpoint_config#

StreamExecutionEnvironment.get_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

On this page
  • StreamExecutionEnvironment.get_checkpoint_config()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.