Uses of Interface
org.apache.flink.python.env.PythonEnvironmentManager
Packages that use PythonEnvironmentManager
Package
Description
-
Uses of PythonEnvironmentManager in org.apache.flink.python.env
Classes in org.apache.flink.python.env that implement PythonEnvironmentManagerModifier and TypeClassDescriptionclassThe 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 PythonEnvironmentManagerModifier and TypeClassDescriptionclassThe 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 PythonEnvironmentManagerModifier and TypeClassDescriptionfinal classThe 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 PythonEnvironmentManagerModifier and TypeMethodDescriptionprotected 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 PythonEnvironmentManagerModifier and TypeMethodDescriptionprotected PythonEnvironmentManagerDelegateOperatorTransformation.DelegateOperator.createPythonEnvironmentManager()