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.stream_execution_environment.StreamExecutionEnvironment.get_buffer_timeout#

StreamExecutionEnvironment.get_buffer_timeout() → int[source]#

Gets the maximum time frequency (milliseconds) for the flushing of the output buffers. For clarification on the extremal values see set_buffer_timeout().

Returns

The timeout of the buffer.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.set_buffer_timeout

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.disable_operator_chaining

Show Source

Created using Sphinx 4.5.0.