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 classAbstractPythonEnvironmentManagerThe 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 classEmbeddedPythonEnvironmentManagerThe 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 classProcessPythonEnvironmentManagerThe 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 PythonEnvironmentManagerAbstractPythonFunctionOperator. 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 PythonEnvironmentManagerDelegateOperatorTransformation.DelegateOperator. createPythonEnvironmentManager()
-