Uses of Interface
org.apache.flink.python.env.PythonEnvironmentManager
-
-
Uses of PythonEnvironmentManager in org.apache.flink.python.env
Classes in org.apache.flink.python.env that implement PythonEnvironmentManager Modifier and Type Class Description class
AbstractPythonEnvironmentManager
The base class of python environment manager which is used to create the PythonEnvironment object used to execute Python functions. -
Uses of PythonEnvironmentManager in org.apache.flink.python.env.embedded
Classes in org.apache.flink.python.env.embedded that implement PythonEnvironmentManager Modifier and Type Class Description class
EmbeddedPythonEnvironmentManager
The base class of python environment manager which is used to create the PythonEnvironment object. -
Uses of PythonEnvironmentManager in org.apache.flink.python.env.process
Classes in org.apache.flink.python.env.process that implement PythonEnvironmentManager Modifier and Type Class Description class
ProcessPythonEnvironmentManager
The ProcessPythonEnvironmentManager is used to prepare the working dir of python UDF worker and create ProcessPythonEnvironment object of Beam Fn API. -
Uses of PythonEnvironmentManager in org.apache.flink.streaming.api.operators.python
Methods in org.apache.flink.streaming.api.operators.python that return PythonEnvironmentManager Modifier and Type Method Description protected abstract PythonEnvironmentManager
AbstractPythonFunctionOperator. createPythonEnvironmentManager()
-
Uses of PythonEnvironmentManager in org.apache.flink.streaming.api.transformations.python
Methods in org.apache.flink.streaming.api.transformations.python that return PythonEnvironmentManager Modifier and Type Method Description protected PythonEnvironmentManager
DelegateOperatorTransformation.DelegateOperator. createPythonEnvironmentManager()
-