Package | Description |
---|---|
org.apache.flink.streaming.api.operators.python.process |
Modifier and Type | Class and Description |
---|---|
class |
ExternalPythonKeyedProcessOperator<OUT>
ExternalPythonKeyedProcessOperator is responsible for launching beam runner which will
start a python harness to execute user defined python function. |
class |
ExternalPythonProcessOperator<IN,OUT>
ExternalPythonProcessOperator is responsible for launching beam runner which will start a
python harness to execute user defined python ProcessFunction. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.