Uses of Class
org.apache.flink.streaming.api.operators.python.embedded.EmbeddedPythonCoProcessOperator
Packages that use EmbeddedPythonCoProcessOperator
-
Uses of EmbeddedPythonCoProcessOperator in org.apache.flink.streaming.api.operators.python.embedded
Subclasses of EmbeddedPythonCoProcessOperator in org.apache.flink.streaming.api.operators.python.embeddedModifier and TypeClassDescriptionclassEmbeddedPythonBatchCoBroadcastProcessOperator<IN1,IN2, OUT> TheEmbeddedPythonBatchCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess Function under BATCH mode,EmbeddedPythonCoProcessOperatoris used under STREAMING mode.