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 |
clusterName()
Gets the cluster name.
|
Integer |
clusterSize()
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 IBM Watson. All rights reserved.