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