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

CheckpointConfig.is_externalized_checkpoints_enabled() → bool[source]#

Returns whether checkpoints should be persisted externally.

Returns

True if checkpoints should be externalized, false otherwise.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_externalized_checkpoint_cleanup

next

pyflink.datastream.checkpoint_config.CheckpointConfig.get_externalized_checkpoint_cleanup

On this page
  • CheckpointConfig.is_externalized_checkpoints_enabled()
Show Source

Created using Sphinx 5.3.0.