Class KeyedCoProcessFunction.OnTimerContext
java.lang.Object
KeyedCoProcessFunction<K,IN1,IN2,OUT>.Context
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction.OnTimerContext
- Enclosing class:
- KeyedCoProcessFunction<K,
IN1, IN2, OUT>
public abstract class KeyedCoProcessFunction.OnTimerContext
extends KeyedCoProcessFunction<K,IN1,IN2,OUT>.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.co.KeyedCoProcessFunction.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 classKeyedCoProcessFunction<K,IN1, IN2, OUT>.Context
-