Package org.apache.flink.client.python
Class PythonFunctionFactory.CacheKey
- java.lang.Object
-
- org.apache.flink.client.python.PythonFunctionFactory.CacheKey
-
- Enclosing interface:
- PythonFunctionFactory
public static class PythonFunctionFactory.CacheKey extends Object
The cache key. It only considers the classloader.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
int
hashCode()
static PythonFunctionFactory.CacheKey
of(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
-
-
-
Method Detail
-
of
public static PythonFunctionFactory.CacheKey of(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
-
-