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

CheckpointConfig.get_externalized_checkpoint_cleanup() → Optional[pyflink.datastream.checkpoint_config.ExternalizedCheckpointCleanup][source]#

Returns the cleanup behaviour for externalized checkpoints.

Returns

The cleanup behaviour for externalized checkpoints or None if none is configured.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.is_externalized_checkpoints_enabled

next

pyflink.datastream.checkpoint_config.CheckpointConfig.is_unaligned_checkpoints_enabled

Show Source

Created using Sphinx 4.5.0.