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