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