Class ProcessFunction.OnTimerContext
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.ProcessFunction.Context
-
- org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext
-
- Enclosing class:
- ProcessFunction<I,O>
public abstract class ProcessFunction.OnTimerContext extends ProcessFunction.Context
Information available in an invocation of#onTimer(long, OnTimerContext, Collector)
.
-
-
Constructor Summary
Constructors Constructor Description OnTimerContext()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TimeDomain
timeDomain()
TheTimeDomain
of the firing timer.-
Methods inherited from class org.apache.flink.streaming.api.functions.ProcessFunction.Context
output, timerService, timestamp
-
-
-
-
Method Detail
-
timeDomain
public abstract TimeDomain timeDomain()
TheTimeDomain
of the firing timer.
-
-