Interface BasePartitionedContext
- All Superinterfaces:
RuntimeContext
- All Known Subinterfaces:
PartitionedContext<OUT>,TwoOutputPartitionedContext<OUT1,OUT2>
On the base of
RuntimeContext, BasePartitionedContext also contains all
partition-wise execution information, such as getting state, registering timer, etc.-
Method Summary
Modifier and TypeMethodDescriptionGet theProcessingTimeManagerof this process function.Get theStateManagerof this process function.Methods inherited from interface org.apache.flink.datastream.api.context.RuntimeContext
getJobInfo, getMetricGroup, getTaskInfo
-
Method Details
-
getStateManager
StateManager getStateManager()Get theStateManagerof this process function. -
getProcessingTimeManager
ProcessingTimeManager getProcessingTimeManager()Get theProcessingTimeManagerof this process function.
-