public interface ClusterLifecycleManager
| Modifier and Type | Method and Description | 
|---|---|
| SolrCluster | createSolrCluster()Creates a new Solr cluster. | 
| SolrCluster | createSolrCluster(SolrClusterOptions solrClusterConfig)Creates a new Solr cluster, based on the provided configuration. | 
| void | deleteSolrCluster(String SolrClusterId)Deletes an existing Solr Cluster  SolrCluster. | 
| SolrCluster | getSolrCluster(String SolrClusterId)Returns a Solr cluster information. | 
| SolrClusterList | getSolrClusters()Lists all Solr clusters currently associated with the service instance. | 
SolrCluster createSolrCluster()
SolrCluster createSolrCluster(SolrClusterOptions solrClusterConfig)
solrClusterConfig - the solr cluster configurationvoid deleteSolrCluster(String SolrClusterId)
SolrCluster. SolrClusterId - the Solr cluster idSolrCluster getSolrCluster(String SolrClusterId)
SolrClusterId - the Solr cluster idSolrClusterList getSolrClusters()
Copyright © 2015–2016. All rights reserved.