Package org.apache.solr.util
Interface TestInjection.Hook
- 
- Enclosing class:
- TestInjection
 
 public static interface TestInjection.Hook
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnewSearcher(String collectionName)voidwaitForSearcher(String collection, int cnt, int timeoutms, boolean failOnTimeout)
 
- 
- 
- 
Method Detail- 
newSearchervoid newSearcher(String collectionName) 
 - 
waitForSearchervoid waitForSearcher(String collection, int cnt, int timeoutms, boolean failOnTimeout) throws InterruptedException - Throws:
- InterruptedException
 
 
- 
 
-