public class SolrClusterOptions
extends java.lang.Object
Constructor and Description |
---|
SolrClusterOptions(java.lang.String clusterName)
Instantiates options to create a new free Solr cluster.
|
SolrClusterOptions(java.lang.String clusterName,
java.lang.Integer clusterSize)
Instantiates options to create a new Solr cluster of the specified size.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clusterName()
Gets the cluster name.
|
java.lang.Integer |
clusterSize()
Gets the cluster size.
|
public SolrClusterOptions(java.lang.String clusterName, java.lang.Integer clusterSize)
clusterName
- the cluster nameclusterSize
- the cluster sizepublic SolrClusterOptions(java.lang.String clusterName)
clusterName
- the cluster name