| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.python.process |
| 限定符和类型 | 类和说明 |
|---|---|
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.