Package org.elasticsearch.test
Class JnaCleanerThreadsFilter
java.lang.Object
org.elasticsearch.test.JnaCleanerThreadsFilter
- All Implemented Interfaces:
com.carrotsearch.randomizedtesting.ThreadFilter
public class JnaCleanerThreadsFilter
extends Object
implements com.carrotsearch.randomizedtesting.ThreadFilter
JNA has a special thread to cleanup native memory references. It is static per JVM, so we
filter it out of test leak detection.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JnaCleanerThreadsFilter
public JnaCleanerThreadsFilter()
-
-
Method Details
-
reject
- Specified by:
rejectin interfacecom.carrotsearch.randomizedtesting.ThreadFilter
-