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.data_stream.WindowedStream.allowed_lateness#

WindowedStream.allowed_lateness(time_ms: int) → WindowedStream[source]#

Sets the time by which elements are allowed to be late. Elements that arrive behind the watermark by more than the specified time will be dropped. By default, the allowed lateness is 0.

Setting an allowed lateness is only valid for event-time windows.

previous

pyflink.datastream.data_stream.WindowedStream.trigger

next

pyflink.datastream.data_stream.WindowedStream.side_output_late_data

On this page
  • WindowedStream.allowed_lateness()
Show Source

Created using Sphinx 5.3.0.