Uses of Class
org.apache.flink.streaming.api.operators.StreamingRuntimeContext
Packages that use StreamingRuntimeContext
-
Uses of StreamingRuntimeContext in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return StreamingRuntimeContextModifier and TypeMethodDescriptionAbstractStreamOperator.getRuntimeContext()Returns a context that allows the operator to query information about the execution and also to interact with systems such as broadcast variables and managed state.AbstractStreamOperatorV2.getRuntimeContext()Returns a context that allows the operator to query information about the execution and also to interact with systems such as broadcast variables and managed state.