| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators.python |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractOneInputPythonFunctionOperator<IN,OUT>
AbstractOneInputPythonFunctionOperator is responsible for launching beam runner which
will start a python harness to execute user defined python function. |
class |
AbstractTwoInputPythonFunctionOperator<IN1,IN2,OUT>
AbstractTwoInputPythonFunctionOperator is responsible for launching beam runner which
will start a python harness to execute two-input user defined python function. |
class |
PythonCoProcessOperator<IN1,IN2,OUT>
The
PythonCoProcessOperator is responsible for executing the Python CoProcess Function. |
class |
PythonKeyedCoProcessOperator<OUT>
KeyedCoProcessOperator.
|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> AbstractDataStreamPythonFunctionOperator<T> |
PythonKeyedCoProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) |
<T> AbstractDataStreamPythonFunctionOperator<T> |
PythonProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) |
<T> AbstractDataStreamPythonFunctionOperator<T> |
PythonCoProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) |
<T> AbstractDataStreamPythonFunctionOperator<T> |
PythonKeyedProcessOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) |
abstract <T> AbstractDataStreamPythonFunctionOperator<T> |
AbstractDataStreamPythonFunctionOperator.copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.