org.apache.solr
Class SolrIgnoredThreadsFilter

java.lang.Object
  extended by org.apache.solr.SolrIgnoredThreadsFilter
All Implemented Interfaces:
com.carrotsearch.randomizedtesting.ThreadFilter

public class SolrIgnoredThreadsFilter
extends Object
implements com.carrotsearch.randomizedtesting.ThreadFilter

This ignores those threads in Solr for which there is no way to clean up after a suite.


Constructor Summary
SolrIgnoredThreadsFilter()
           
 
Method Summary
 boolean reject(Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrIgnoredThreadsFilter

public SolrIgnoredThreadsFilter()
Method Detail

reject

public boolean reject(Thread t)
Specified by:
reject in interface com.carrotsearch.randomizedtesting.ThreadFilter


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.