Uses of Class
org.apache.flink.streaming.api.operators.python.process.ExternalPythonKeyedCoProcessOperator
-
Packages that use ExternalPythonKeyedCoProcessOperator Package Description org.apache.flink.streaming.api.operators.python.process -
-
Uses of ExternalPythonKeyedCoProcessOperator in org.apache.flink.streaming.api.operators.python.process
Subclasses of ExternalPythonKeyedCoProcessOperator in org.apache.flink.streaming.api.operators.python.process Modifier and Type Class Description classExternalPythonBatchKeyedCoBroadcastProcessOperator<OUT>TheExternalPythonBatchKeyedCoBroadcastProcessOperatoris responsible for executing the Python CoBroadcastProcess function under BATCH mode,ExternalPythonKeyedCoProcessOperatoris used under STREAMING mode.
-