Interface RuntimeContext
-
- All Known Subinterfaces:
BasePartitionedContext,NonPartitionedContext<OUT>,PartitionedContext<OUT>,TwoOutputNonPartitionedContext<OUT1,OUT2>,TwoOutputPartitionedContext<OUT1,OUT2>
@Experimental public interface RuntimeContextA RuntimeContext contains information about the context in which process functions are executed.Each parallel instance of the function will have a context through which it can access contextual information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobInfogetJobInfo()Get theJobInfoof this process function.org.apache.flink.metrics.MetricGroupgetMetricGroup()Get the metric group of this process function.TaskInfogetTaskInfo()Get theTaskInfoof this process function.
-