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 class
PythonFunctionFactoryImpl
Default 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_CACHE
Methods in org.apache.flink.client.python that return PythonFunctionFactory Modifier and Type Method Description static PythonFunctionFactory
PythonFunctionFactory. 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)
-