Uses of Interface
org.apache.flink.client.python.PythonFunctionFactory
Packages that use PythonFunctionFactory
-
Uses of PythonFunctionFactory in org.apache.flink.client.python
Classes in org.apache.flink.client.python that implement PythonFunctionFactoryModifier and TypeClassDescriptionclassDefault implementation of PythonFunctionFactory.Fields in org.apache.flink.client.python with type parameters of type PythonFunctionFactoryModifier and TypeFieldDescriptionstatic final 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 PythonFunctionFactoryModifier and TypeMethodDescriptionstatic PythonFunctionFactoryPythonFunctionFactory.createPythonFunctionFactory(org.apache.flink.configuration.ReadableConfig config) Constructors in org.apache.flink.client.python with parameters of type PythonFunctionFactoryModifierConstructorDescriptionPythonFunctionFactoryImpl(PythonFunctionFactory realPythonFunctionFactory, org.apache.flink.client.python.PythonEnvUtils.PythonProcessShutdownHook shutdownHook)