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

CheckpointConfig.get_checkpoint_timeout() → int[source]#

Gets the maximum time that a checkpoint may take before being discarded.

Returns

The checkpoint timeout, in milliseconds.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_checkpoint_interval

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_checkpoint_timeout

Show Source

Created using Sphinx 4.5.0.