Package org.apache.solr.bench.search
Class StreamingSearch.BenchState
- java.lang.Object
-
- org.apache.solr.bench.search.StreamingSearch.BenchState
-
- Enclosing class:
- StreamingSearch
public static class StreamingSearch.BenchState extends Object
-
-
Constructor Summary
Constructors Constructor Description BenchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup(MiniClusterState.MiniClusterBenchState miniClusterState)
void
setupIteration(MiniClusterState.MiniClusterBenchState miniClusterState)
void
teardownIt()
-
-
-
Method Detail
-
setup
public void setup(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()
-
-