Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ isLeader
Method
isLeader
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:162–164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
}
161
162
public
boolean isLeader() {
163
return
state == RaftState.Leader;
164
}
165
166
public
Server getServer() {
167
return
server;
Callers
15
isWorkingLeader
Method · 0.95
waitLeaderReady
Method · 0.95
isReadyLeader
Method · 0.95
setLeaderReady
Method · 0.95
processGetLeader
Method · 0.95
trySend
Method · 0.45
processLeaderIs
Method · 0.45
LogSequence
Method · 0.45
saveLog
Method · 0.45
saveLogRaw
Method · 0.45
tryApply
Method · 0.45
sendHeartbeatTo
Method · 0.45
Calls
no outgoing calls
Tested by
3
getLeader
Method · 0.36
getNodeNotLeaders
Method · 0.36
processAddCount
Method · 0.36