Interface PartitionedContext<OUT>
- All Superinterfaces:
BasePartitionedContext,RuntimeContext
A
BasePartitionedContext used in one output process functions.-
Method Summary
Modifier and TypeMethodDescriptionGet the non-partitioned context of this process function.Methods inherited from interface org.apache.flink.datastream.api.context.BasePartitionedContext
getProcessingTimeManager, getStateManagerMethods inherited from interface org.apache.flink.datastream.api.context.RuntimeContext
getJobInfo, getMetricGroup, getTaskInfo
-
Method Details
-
getNonPartitionedContext
NonPartitionedContext<OUT> getNonPartitionedContext()Get the non-partitioned context of this process function.
-