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