Uses of Interface
org.apache.flink.client.python.PythonFunctionFactory
-
Packages that use PythonFunctionFactory Package Description org.apache.flink.client.python -
-
Uses of PythonFunctionFactory in org.apache.flink.client.python
Classes in org.apache.flink.client.python that implement PythonFunctionFactory Modifier and Type Class Description classPythonFunctionFactoryImplDefault implementation of PythonFunctionFactory.Fields in org.apache.flink.client.python with type parameters of type PythonFunctionFactory Modifier and Type Field Description static org.apache.flink.shaded.guava32.com.google.common.cache.LoadingCache<PythonFunctionFactory.CacheKey,PythonFunctionFactory>PythonFunctionFactory. PYTHON_FUNCTION_FACTORY_CACHEMethods in org.apache.flink.client.python that return PythonFunctionFactory Modifier and Type Method Description static PythonFunctionFactoryPythonFunctionFactory. createPythonFunctionFactory(org.apache.flink.configuration.ReadableConfig config)Constructors in org.apache.flink.client.python with parameters of type PythonFunctionFactory Constructor Description PythonFunctionFactoryImpl(PythonFunctionFactory realPythonFunctionFactory, org.apache.flink.client.python.PythonEnvUtils.PythonProcessShutdownHook shutdownHook)
-