Package org.apache.solr.cluster.api
Interface SolrCluster
- 
 @Deprecated public interface SolrCluster Deprecated.Represents a Solr cluster
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SimpleMap<SolrCollection>collections()Deprecated.collections in the clusterSimpleMap<SolrCollection>collections(boolean includeAlias)Deprecated.collections in the cluster and aliasesSimpleMap<CollectionConfig>configs()Deprecated.Config sets in the clusterSimpleMap<SolrNode>nodes()Deprecated.nodes in the clusterStringoverseerNode()Deprecated.Name of the node in which the overseer is runningStringthisNode()Deprecated.The name of the node in which this method is invoked from.
 
- 
- 
- 
Method Detail- 
collectionsSimpleMap<SolrCollection> collections() throws SolrException Deprecated.collections in the cluster- Throws:
- SolrException
 
 - 
collectionsSimpleMap<SolrCollection> collections(boolean includeAlias) throws SolrException Deprecated.collections in the cluster and aliases- Throws:
- SolrException
 
 - 
nodesSimpleMap<SolrNode> nodes() throws SolrException Deprecated.nodes in the cluster- Throws:
- SolrException
 
 - 
configsSimpleMap<CollectionConfig> configs() throws SolrException Deprecated.Config sets in the cluster- Throws:
- SolrException
 
 - 
overseerNodeString overseerNode() throws SolrException Deprecated.Name of the node in which the overseer is running- Throws:
- SolrException
 
 - 
thisNodeString thisNode() Deprecated.The name of the node in which this method is invoked from. returns null, if this is not invoked from a Solr node
 
- 
 
-