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

CheckpointConfig.get_alignment_timeout() → pyflink.common.time.Duration[source]#

Returns the alignment timeout, as configured via set_alignment_timeout() or org.apache.flink.streaming.api.environment.ExecutionCheckpointingOptions#ALIGNMENT_TIMEOUT.

Returns

the alignment timeout.

previous

pyflink.datastream.checkpoint_config.CheckpointConfig.set_alignment_timeout

next

pyflink.datastream.checkpoint_config.CheckpointConfig.set_force_unaligned_checkpoints

Show Source

Created using Sphinx 4.5.0.