Package org.apache.solr.bench.index
Class CloudIndexing
- java.lang.Object
- 
- org.apache.solr.bench.index.CloudIndexing
 
- 
 public class CloudIndexing extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCloudIndexing.BenchState
 - 
Constructor SummaryConstructors Constructor Description CloudIndexing()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectindexLargeDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state)ObjectindexSmallDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state)
 
- 
- 
- 
Method Detail- 
indexLargeDocpublic Object indexLargeDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state) throws Exception - Throws:
- Exception
 
 - 
indexSmallDocpublic Object indexSmallDoc(MiniClusterState.MiniClusterBenchState miniClusterState, CloudIndexing.BenchState state) throws Exception - Throws:
- Exception
 
 
- 
 
-