Package org.apache.solr.bench.index
Class CloudIndexing.BenchState
- java.lang.Object
-
- org.apache.solr.bench.index.CloudIndexing.BenchState
-
- Enclosing class:
- CloudIndexing
public static class CloudIndexing.BenchState extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int
scale
-
Constructor Summary
Constructors Constructor Description BenchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSetup(MiniClusterState.MiniClusterBenchState miniClusterState)
void
doTearDown(MiniClusterState.MiniClusterBenchState miniClusterState, org.openjdk.jmh.infra.BenchmarkParams benchmarkParams)
SolrInputDocument
getLargeDoc()
SolrInputDocument
getSmallDoc()
-
-
-
Method Detail
-
getLargeDoc
public SolrInputDocument getLargeDoc()
-
getSmallDoc
public SolrInputDocument getSmallDoc()
-
doSetup
public void doSetup(MiniClusterState.MiniClusterBenchState miniClusterState) throws Exception
- Throws:
Exception
-
doTearDown
public void doTearDown(MiniClusterState.MiniClusterBenchState miniClusterState, org.openjdk.jmh.infra.BenchmarkParams benchmarkParams) throws Exception
- Throws:
Exception
-
-