Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.functions.AsyncRetryStrategy.fixed_delay#

static AsyncRetryStrategy.fixed_delay(max_attempts: int, backoff_time_millis: int, result_predicate: Optional[Callable[[List[pyflink.datastream.functions.OUT]], bool]], exception_predicate: Optional[Callable[[Exception], bool]])[source]#

previous

pyflink.datastream.functions.AsyncRetryStrategy.no_restart

next

pyflink.datastream.functions.AsyncRetryStrategy.exponential_backoff

Show Source

Created using Sphinx 4.5.0.