@PublicEvolving public interface TimeContext
PatternProcessFunction
and IterativeCondition
Modifier and Type | Method and Description |
---|---|
long |
currentProcessingTime()
Returns the current processing time.
|
long |
timestamp()
Timestamp of the element currently being processed.
|
long timestamp()
In case of org.apache.flink.cep.time.TimeBehaviour#ProcessingTime
this means the
time when the event entered the cep operator.
long currentProcessingTime()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.