public class SolrClusterOptions extends Object
| Constructor and Description |
|---|
SolrClusterOptions(String clusterName)
Instantiates options to create a new free Solr cluster
|
SolrClusterOptions(String clusterName,
Integer clusterSize)
Instantiates options to create a new Solr cluster of the specified size
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Gets the cluster name.
|
Integer |
getClusterSize()
Gets the cluster size.
|
public SolrClusterOptions(String clusterName, Integer clusterSize)
clusterName - the cluster nameclusterSize - the cluster sizepublic SolrClusterOptions(String clusterName)
clusterName - the cluster nameCopyright © 2015–2016. All rights reserved.