| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.python |
| 限定符和类型 | 类和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.