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