@Internal public class PythonKeyedBroadcastStateTransformationTranslator<OUT> extends org.apache.flink.streaming.runtime.translators.AbstractTwoInputTransformationTranslator<org.apache.flink.types.Row,org.apache.flink.types.Row,OUT,PythonKeyedBroadcastStateTransformation<OUT>>
TransformationTranslator that translates PythonKeyedBroadcastStateTransformation into ExternalPythonKeyedCoProcessOperator/EmbeddedPythonKeyedCoProcessOperator in streaming mode or ExternalPythonBatchKeyedCoBroadcastProcessOperator/EmbeddedPythonBatchKeyedCoBroadcastProcessOperator in batch mode.| 构造器和说明 |
|---|
PythonKeyedBroadcastStateTransformationTranslator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Collection<Integer> |
translateForBatchInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation,
org.apache.flink.streaming.api.graph.TransformationTranslator.Context context) |
protected Collection<Integer> |
translateForStreamingInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation,
org.apache.flink.streaming.api.graph.TransformationTranslator.Context context) |
translateInternalpublic PythonKeyedBroadcastStateTransformationTranslator()
protected Collection<Integer> translateForBatchInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation, org.apache.flink.streaming.api.graph.TransformationTranslator.Context context)
translateForBatchInternal 在类中 org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,PythonKeyedBroadcastStateTransformation<OUT>>protected Collection<Integer> translateForStreamingInternal(PythonKeyedBroadcastStateTransformation<OUT> transformation, org.apache.flink.streaming.api.graph.TransformationTranslator.Context context)
translateForStreamingInternal 在类中 org.apache.flink.streaming.api.graph.SimpleTransformationTranslator<OUT,PythonKeyedBroadcastStateTransformation<OUT>>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.