Class KeyedProcessFunction.OnTimerContext
java.lang.Object
KeyedProcessFunction<K,I,O>.Context
org.apache.flink.streaming.api.functions.KeyedProcessFunction.OnTimerContext
- Enclosing class:
- KeyedProcessFunction<K,
I, O>
public abstract class KeyedProcessFunction.OnTimerContext
extends KeyedProcessFunction<K,I,O>.Context
Information available in an invocation of
#onTimer(long, OnTimerContext, Collector).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract KGet key of the firing timer.abstract TimeDomainTheTimeDomainof the firing timer.Methods inherited from class org.apache.flink.streaming.api.functions.KeyedProcessFunction.Context
output, timerService, timestamp
-
Constructor Details
-
OnTimerContext
public OnTimerContext()
-
-
Method Details
-
timeDomain
TheTimeDomainof the firing timer. -
getCurrentKey
Get key of the firing timer.- Specified by:
getCurrentKeyin classKeyedProcessFunction<K,I, O>.Context
-