Package org.apache.solr
Class SolrTestCaseHS.SolrInstances
- java.lang.Object
-
- org.apache.solr.SolrTestCaseHS.SolrInstances
-
- Enclosing class:
- SolrTestCaseHS
public static class SolrTestCaseHS.SolrInstances extends Object
-
-
Field Summary
Fields Modifier and Type Field Description SolrTestCaseHS.ClientclientList<SolrTestCaseHS.SolrInstance>slist
-
Constructor Summary
Constructors Constructor Description SolrInstances(int numServers, String solrconfig, String schema)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrTestCaseHS.ClientgetClient(int seed)StringgetShards()static StringgetShardsParam(List<SolrTestCaseHS.SolrInstance> instances)List<org.apache.solr.client.solrj.SolrClient>getSolrJs()voidstop()
-
-
-
Field Detail
-
slist
public List<SolrTestCaseHS.SolrInstance> slist
-
client
public SolrTestCaseHS.Client client
-
-
Method Detail
-
getShards
public String getShards()
-
getSolrJs
public List<org.apache.solr.client.solrj.SolrClient> getSolrJs()
-
getClient
public SolrTestCaseHS.Client getClient(int seed)
-
getShardsParam
public static String getShardsParam(List<SolrTestCaseHS.SolrInstance> instances)
-
-