Interface PartitionedContext<OUT>
-
- All Superinterfaces:
BasePartitionedContext,RuntimeContext
@Experimental public interface PartitionedContext<OUT> extends BasePartitionedContext
ABasePartitionedContextused in one output process functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NonPartitionedContext<OUT>getNonPartitionedContext()Get the non-partitioned context of this process function.-
Methods inherited from interface org.apache.flink.datastream.api.context.BasePartitionedContext
getProcessingTimeManager, getStateManager
-
Methods inherited from interface org.apache.flink.datastream.api.context.RuntimeContext
getJobInfo, getMetricGroup, getTaskInfo
-
-
-
-
Method Detail
-
getNonPartitionedContext
NonPartitionedContext<OUT> getNonPartitionedContext()
Get the non-partitioned context of this process function.
-
-