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 intscale
-
Constructor Summary
Constructors Constructor Description BenchState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSetup(MiniClusterState.MiniClusterBenchState miniClusterState)voiddoTearDown(MiniClusterState.MiniClusterBenchState miniClusterState, org.openjdk.jmh.infra.BenchmarkParams benchmarkParams)org.apache.solr.common.SolrInputDocumentgetLargeDoc()org.apache.solr.common.SolrInputDocumentgetSmallDoc()
-
-
-
Method Detail
-
getLargeDoc
public org.apache.solr.common.SolrInputDocument getLargeDoc()
-
getSmallDoc
public org.apache.solr.common.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
-
-