Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getLeaderId
Method
getLeaderId
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
public
String getLeaderId() {
94
return
leaderId;
95
}
96
97
void
setLeaderId(String value) {
98
leaderId = value;
Callers
8
processGetLeader
Method · 0.95
processLeaderIs
Method · 0.45
waitForLeader
Method · 0.45
endReceiveInstallSnapshot
Method · 0.45
followerOnAppendEntries
Method · 0.45
trySendLeaderIs
Method · 0.45
OnHandshakeDone
Method · 0.45
processInstallSnapshot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected