Class ClassLeakCleaner
java.lang.Object
org.apache.flink.streaming.api.utils.ClassLeakCleaner
Utilities to clean up the leaking classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanUpLeakingClasses(ClassLoader classLoader) Clean up the soft references of the classes under the specified class loader.
-
Constructor Details
-
ClassLeakCleaner
public ClassLeakCleaner()
-
-
Method Details
-
cleanUpLeakingClasses
public static void cleanUpLeakingClasses(ClassLoader classLoader) throws ReflectiveOperationException, SecurityException, ClassCastException Clean up the soft references of the classes under the specified class loader.
-