Class ThreadLeakControl.KnownSystemThread
- java.lang.Object
-
- com.carrotsearch.randomizedtesting.ThreadLeakControl.KnownSystemThread
-
- All Implemented Interfaces:
ThreadFilter
- Enclosing class:
- ThreadLeakControl
private static class ThreadLeakControl.KnownSystemThread extends java.lang.Object implements ThreadFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KnownSystemThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
reject(java.lang.Thread t)
-
-
-
Method Detail
-
reject
public boolean reject(java.lang.Thread t)
- Specified by:
reject
in interfaceThreadFilter
- Returns:
- Return
true
if threadt
should be filtered out.
-
-