Uses of Class
org.apache.flink.streaming.api.operators.StreamingRuntimeContext
-
Packages that use StreamingRuntimeContext Package Description org.apache.flink.streaming.api.operators -
-
Uses of StreamingRuntimeContext in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return StreamingRuntimeContext Modifier and Type Method Description StreamingRuntimeContextAbstractStreamOperator. 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.StreamingRuntimeContextAbstractStreamOperatorV2. 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.
-