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.time_domain.TimeDomain#

class TimeDomain(value)[source]#

TimeDomain specifies whether a firing timer is based on event time or processing time.

EVENT_TIME: Time is based on timestamp of events. PROCESSING_TIME: Time is based on the current processing-time of a machine where processing happens.

Attributes

EVENT_TIME

PROCESSING_TIME

previous

pyflink.datastream.time_characteristic.TimeCharacteristic

next

Window

Show Source

Created using Sphinx 4.5.0.