MCPcopy Create free account
hub / github.com/apache/solr / getLiveNodes

Method getLiveNodes

solr/core/src/java/org/apache/solr/cluster/Cluster.java:32–32  ·  view source on GitHub ↗

@return current set of live nodes.

()

Source from the content-addressed store, hash-verified

30 * @return current set of live nodes.
31 */
32 Set<Node> getLiveNodes();
33
34 /**
35 * @return current set of live nodes that are supposed to host data.

Implementers 2

ClusterImplsolr/test-framework/src/java/org/apach
ClusterImplsolr/core/src/java/org/apache/solr/clu

Calls

no outgoing calls