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 classThreadLeakControl.KnownSystemThreadprivate static classThreadLeakControl.ThisThreadFilterFields in com.carrotsearch.randomizedtesting declared as ThreadFilter Modifier and Type Field Description private ThreadFilterThreadLeakControl. suiteFiltersUser filter (compound).Fields in com.carrotsearch.randomizedtesting with type parameters of type ThreadFilter Modifier and Type Field Description private java.util.List<ThreadFilter>ThreadLeakControl. builtinFiltersBuilt-in filters.Methods in com.carrotsearch.randomizedtesting that return ThreadFilter Modifier and Type Method Description private ThreadFilterThreadLeakControl. instantiateFilters(java.util.List<java.lang.Throwable> errors, java.lang.Class<?> suiteClass)Instantiate a full set ofThreadFilters for a suite.private static ThreadFilterThreadLeakControl. 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 allThreadLeakGroupthreads for analysis.private java.util.HashMap<java.lang.Thread,java.lang.StackTraceElement[]>ThreadLeakControl. getThreadsWithTraces(ThreadFilter... filters)Returns allThreadLeakGroupapplicable threads, with stack traces, for analysis.private static ThreadFilterThreadLeakControl. 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()
-