Uses of Interface
py4j.reflection.ClassLoadingStrategy
-
Packages that use ClassLoadingStrategy Package Description py4j.reflection -
-
Uses of ClassLoadingStrategy in py4j.reflection
Classes in py4j.reflection that implement ClassLoadingStrategy Modifier and Type Class Description class
CurrentThreadClassLoadingStrategy
This class loading strategy uses the current thread's ClassLoader to load a class from a fully qualified name.class
RootClassLoadingStrategy
This class loading strategy just uses the class current class loader to load a class from a fully qualified name.Methods in py4j.reflection that return ClassLoadingStrategy Modifier and Type Method Description static ClassLoadingStrategy
ReflectionUtil. getClassLoadingStrategy()
Methods in py4j.reflection with parameters of type ClassLoadingStrategy Modifier and Type Method Description static void
ReflectionUtil. setClassLoadingStrategy(ClassLoadingStrategy classLoadingStrategy)
-