Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
Callers
15
testClusterBuilder
Method · 0.95
testAvailabilityZones
Method · 0.95
testReplicaType
Method · 0.95
testFreeDiskConstraints
Method · 0.95
testFreeDiskConstraintsWithNewReplicas
Method · 0.95
testWithCollectionPlacement
Method · 0.95
testWithCollectionShardsPlacement
Method · 0.95
testWithCollectionModificationRejected
Method · 0.95
testWithCollectionShardsModificationRejected
Method · 0.95
testWithCollectionBalancing
Method · 0.95
logReplicaTypesReplicationInfo
Method · 0.65
newSolrClient
Method · 0.65
Implementers
2
ClusterImpl
solr/test-framework/src/java/org/apach
ClusterImpl
solr/core/src/java/org/apache/solr/clu
Calls
no outgoing calls
Tested by
15
testClusterBuilder
Method · 0.76
testAvailabilityZones
Method · 0.76
testReplicaType
Method · 0.76
testFreeDiskConstraints
Method · 0.76
testFreeDiskConstraintsWithNewReplicas
Method · 0.76
testWithCollectionPlacement
Method · 0.76
testWithCollectionShardsPlacement
Method · 0.76
testWithCollectionModificationRejected
Method · 0.76
testWithCollectionShardsModificationRejected
Method · 0.76
testWithCollectionBalancing
Method · 0.76
logReplicaTypesReplicationInfo
Method · 0.52
newSolrClient
Method · 0.52