Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ ID
Method
ID
store/cluster_node.go:58–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
type
Node
interface
{
58
ID() string
59
Password() string
60
Addr() string
61
IsMaster() bool
Callers
15
becomeLeader
Method · 0.65
syncLoop
Method · 0.65
TestCluster_FailureCount
Function · 0.65
increaseFailureCount
Method · 0.65
syncClusterToNodes
Method · 0.65
parallelProbeNodes
Method · 0.65
tryUpdateMigrationStatus
Method · 0.65
IsLeader
Method · 0.65
ID
Method · 0.65
removeNode
Method · 0.65
getNewMasterNodeIndex
Method · 0.65
promoteNewMaster
Method · 0.65
Implementers
1
ClusterNode
store/cluster_node.go
Calls
no outgoing calls
Tested by
5
TestCluster_FailureCount
Function · 0.52
TestClusterNode
Function · 0.52
TestCluster_PromoteNewMaster
Function · 0.52
TestNodeBasics
Function · 0.52
TestClusterFailover
Function · 0.52