Package org.apache.solr.cloud
Class MultiSolrCloudTestCase.DefaultClusterCreateFunction
- java.lang.Object
 - 
- org.apache.solr.cloud.MultiSolrCloudTestCase.DefaultClusterCreateFunction
 
 
- 
- All Implemented Interfaces:
 Function<String,MiniSolrCloudCluster>
- Enclosing class:
 - MultiSolrCloudTestCase
 
protected abstract static class MultiSolrCloudTestCase.DefaultClusterCreateFunction extends Object implements Function<String,MiniSolrCloudCluster>
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultClusterCreateFunction() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description MiniSolrCloudClusterapply(String clusterId)protected abstract intnodesPerCluster(String clusterId) 
 - 
 
- 
- 
Method Detail
- 
nodesPerCluster
protected abstract int nodesPerCluster(String clusterId)
 
- 
apply
public MiniSolrCloudCluster apply(String clusterId)
- Specified by:
 applyin interfaceFunction<String,MiniSolrCloudCluster>
 
 - 
 
 -