Package org.apache.solr.cluster.api
Interface SolrNode
- 
 @Deprecated public interface SolrNode Deprecated.A read only view of a Solr node
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringbaseUrl(ApiType type)Deprecated.Base http url for this nodeSimpleMap<ShardReplica>cores()Deprecated.Get all the cores in a given node.Stringname()Deprecated.The node name
 
- 
- 
- 
Method Detail- 
nameString name() Deprecated.The node name
 - 
coresSimpleMap<ShardReplica> cores() Deprecated.Get all the cores in a given node. This usually involves a network call. So, it's likely to be expensive
 
- 
 
-