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.timerservice.TimerService.delete_event_time_timer#

TimerService.delete_event_time_timer(timestamp: int)[source]#

Deletes the event-time timer with the given trigger time. This method has only an effect if such a timer was previously registered and did not already expire.

Timers can internally be scoped to keys and/or windows. When you delete a timer, it is removed from the current keyed context.

Parameters

timestamp – The given trigger time of timer to be deleted.

previous

pyflink.datastream.timerservice.TimerService.delete_processing_time_timer

next

pyflink.datastream.time_characteristic.TimeCharacteristic

Show Source

Created using Sphinx 4.5.0.