Uses of Interface
com.carrotsearch.randomizedtesting.ThreadFilter
Packages that use ThreadFilter
-
Uses of ThreadFilter in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement ThreadFilterModifier and TypeClassDescriptionprivate static class
private static class
Fields in com.carrotsearch.randomizedtesting declared as ThreadFilterModifier and TypeFieldDescriptionprivate ThreadFilter
ThreadLeakControl.suiteFilters
User filter (compound).Fields in com.carrotsearch.randomizedtesting with type parameters of type ThreadFilterModifier and TypeFieldDescriptionprivate final List
<ThreadFilter> ThreadLeakControl.builtinFilters
Built-in filters.Methods in com.carrotsearch.randomizedtesting that return ThreadFilterModifier and TypeMethodDescriptionprivate ThreadFilter
ThreadLeakControl.instantiateFilters
(List<Throwable> errors, Class<?> suiteClass) Instantiate a full set ofThreadFilter
s for a suite.private static ThreadFilter
ThreadLeakControl.or
(ThreadFilter... filters) Methods in com.carrotsearch.randomizedtesting with parameters of type ThreadFilterModifier and TypeMethodDescriptionThreadLeakControl.getThreads
(ThreadFilter... filters) Returns allThreadLeakGroup
threads for analysis.private HashMap
<Thread, StackTraceElement[]> ThreadLeakControl.getThreadsWithTraces
(ThreadFilter... filters) Returns allThreadLeakGroup
applicable threads, with stack traces, for analysis.private static ThreadFilter
ThreadLeakControl.or
(ThreadFilter... filters) ThreadLeakControl.refilter
(Set<Thread> in, ThreadFilter f) Refilter a set of threads