Class KeyedStateBootstrapFunction.Context
java.lang.Object
org.apache.flink.state.api.functions.KeyedStateBootstrapFunction.Context
- Enclosing class:
- KeyedStateBootstrapFunction<K,
IN>
Information available in an invocation of
#processElement(Object, Context).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract KGet key of the element being processed.abstract org.apache.flink.streaming.api.TimerServiceATimerServicefor querying time and registering timers.
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
timerService
public abstract org.apache.flink.streaming.api.TimerService timerService()ATimerServicefor querying time and registering timers. -
getCurrentKey
Get key of the element being processed.
-