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 Summary
Constructors Constructor Description BenchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setupIteration(MiniClusterState.MiniClusterBenchState miniClusterState)
void
setupTrial(MiniClusterState.MiniClusterBenchState miniClusterState)
void
teardownIt()
-
-
-
Method Detail
-
setupTrial
public void setupTrial(MiniClusterState.MiniClusterBenchState miniClusterState) throws Exception
- Throws:
Exception
-
setupIteration
public void setupIteration(MiniClusterState.MiniClusterBenchState miniClusterState) throws org.apache.solr.client.solrj.SolrServerException, IOException
- Throws:
org.apache.solr.client.solrj.SolrServerException
IOException
-
teardownIt
public void teardownIt()
-
-