Uses of Class
org.apache.flink.streaming.api.operators.python.embedded.EmbeddedPythonKeyedCoProcessOperator
Packages that use EmbeddedPythonKeyedCoProcessOperator
-
Uses of EmbeddedPythonKeyedCoProcessOperator in org.apache.flink.streaming.api.operators.python.embedded
Subclasses of EmbeddedPythonKeyedCoProcessOperator in org.apache.flink.streaming.api.operators.python.embeddedModifier and TypeClassDescriptionclassEmbeddedPythonBatchKeyedCoBroadcastProcessOperator<K,IN1, IN2, OUT> TheEmbeddedPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,EmbeddedPythonKeyedCoProcessOperatoris used under STREAMING mode.