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