Uses of Interface
com.carrotsearch.randomizedtesting.ThreadFilter
-
Packages that use ThreadFilter Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.annotations -
-
Uses of ThreadFilter in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement ThreadFilter Modifier and Type Class Description private static class
ThreadLeakControl.KnownSystemThread
private static class
ThreadLeakControl.ThisThreadFilter
Fields in com.carrotsearch.randomizedtesting declared as ThreadFilter Modifier and Type Field Description private ThreadFilter
ThreadLeakControl. suiteFilters
User filter (compound).Fields in com.carrotsearch.randomizedtesting with type parameters of type ThreadFilter Modifier and Type Field Description private java.util.List<ThreadFilter>
ThreadLeakControl. builtinFilters
Built-in filters.Methods in com.carrotsearch.randomizedtesting that return ThreadFilter Modifier and Type Method Description private ThreadFilter
ThreadLeakControl. instantiateFilters(java.util.List<java.lang.Throwable> errors, java.lang.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 ThreadFilter Modifier and Type Method Description private java.util.HashSet<java.lang.Thread>
ThreadLeakControl. getThreads(ThreadFilter... filters)
Returns allThreadLeakGroup
threads for analysis.private java.util.HashMap<java.lang.Thread,java.lang.StackTraceElement[]>
ThreadLeakControl. getThreadsWithTraces(ThreadFilter... filters)
Returns allThreadLeakGroup
applicable threads, with stack traces, for analysis.private static ThreadFilter
ThreadLeakControl. or(ThreadFilter... filters)
protected java.util.Set<java.lang.Thread>
ThreadLeakControl. refilter(java.util.Set<java.lang.Thread> in, ThreadFilter f)
Refilter a set of threads -
Uses of ThreadFilter in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return types with arguments of type ThreadFilter Modifier and Type Method Description java.lang.Class<? extends ThreadFilter>[]
filters()
-