public class PythonFunctionFactoryImpl extends Object implements PythonFunctionFactory, Closeable
PythonFunctionFactory.CacheKeyCACHE_CLEANUP_EXECUTOR_SERVICE, CACHE_CLEANUP_EXECUTOR_SERVICE_STARTED, PYTHON_FUNCTION_FACTORY_CACHE| 构造器和说明 |
|---|
PythonFunctionFactoryImpl(PythonFunctionFactory realPythonFunctionFactory,
PythonEnvUtils.PythonProcessShutdownHook shutdownHook) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
org.apache.flink.table.functions.python.PythonFunction |
getPythonFunction(String moduleName,
String objectName)
Returns PythonFunction according to moduleName and objectName.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePythonFunctionFactory, ensureCacheCleanupExecutorServiceStarted, getPythonFunctionpublic PythonFunctionFactoryImpl(PythonFunctionFactory realPythonFunctionFactory, PythonEnvUtils.PythonProcessShutdownHook shutdownHook)
public org.apache.flink.table.functions.python.PythonFunction getPythonFunction(String moduleName, String objectName)
PythonFunctionFactorygetPythonFunction 在接口中 PythonFunctionFactorymoduleName - The module name of the Python UDF.objectName - The function name / class name of the Python UDF.public void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.