Package org.apache.flink.python.env
-
Interface Summary Interface Description PythonEnvironment The base interface of python environment for executing UDFs.PythonEnvironmentManager The base interface of python environment manager which is used to create the PythonEnvironment object used to execute Python functions. -
Class Summary Class Description AbstractPythonEnvironmentManager The base class of python environment manager which is used to create the PythonEnvironment object used to execute Python functions.AbstractPythonEnvironmentManager.PythonLeasedResource Python lease resource which includes environment variables and working directory of execution python environment.PythonDependencyInfo PythonDependencyInfo contains the information of third-party dependencies.