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()
ororg.apache.flink.configuration.CheckpointingOptions#ALIGNED_CHECKPOINT_TIMEOUT
.- Returns
the alignment timeout.
Note
Deprecated in 2.0. Use
get_aligned_checkpoint_timeout()
instead.