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

CheckpointConfig.set_checkpoint_storage_dir(checkpoint_path: str) → pyflink.datastream.checkpoint_config.CheckpointConfig[source]#

Configures the application to write out checkpoint snapshots to the configured directory. See FileSystemCheckpointStorage for more details on checkpointing to a file system.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_checkpoint_storage

next

pyflink.datastream.checkpoint_config.CheckpointConfig.get_checkpoint_storage

Show Source

Created using Sphinx 4.5.0.