Package org.apache.solr.bench.search
Class SimpleSearch.BenchState
- java.lang.Object
- 
- org.apache.solr.bench.search.SimpleSearch.BenchState
 
- 
- Enclosing class:
- SimpleSearch
 
 public static class SimpleSearch.BenchState extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description BenchState()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetupIteration(MiniClusterState.MiniClusterBenchState miniClusterState)voidsetupTrial(MiniClusterState.MiniClusterBenchState miniClusterState)voidteardownIt()
 
- 
- 
- 
Method Detail- 
setupTrialpublic void setupTrial(MiniClusterState.MiniClusterBenchState miniClusterState) throws Exception - Throws:
- Exception
 
 - 
setupIterationpublic void setupIteration(MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException - Throws:
- org.apache.solr.client.solrj.SolrServerException
- IOException
 
 - 
teardownItpublic void teardownIt() 
 
- 
 
-