Uses of Class
org.apache.flink.streaming.api.transformations.python.PythonKeyedBroadcastStateTransformation
-
Packages that use PythonKeyedBroadcastStateTransformation Package Description org.apache.flink.streaming.runtime.translators.python -
-
Uses of PythonKeyedBroadcastStateTransformation in org.apache.flink.streaming.runtime.translators.python
Methods in org.apache.flink.streaming.runtime.translators.python with parameters of type PythonKeyedBroadcastStateTransformation Modifier and Type Method Description protected Collection<Integer>PythonKeyedBroadcastStateTransformationTranslator. translateForBatchInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation, org.apache.flink.streaming.api.graph.TransformationTranslator.Context context)protected Collection<Integer>PythonKeyedBroadcastStateTransformationTranslator. translateForStreamingInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation, org.apache.flink.streaming.api.graph.TransformationTranslator.Context context)
-