Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getLogSequence
Method
getLogSequence
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Raft.java:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
public
LogSequence getLogSequence() {
159
return
logSequence;
160
}
161
162
public
boolean isLeader() {
163
return
state == RaftState.Leader;
Callers
15
OnSocketClose
Method · 0.95
OnSocketHandshakeDone
Method · 0.95
processGetLeader
Method · 0.95
checkpoint
Method · 0.95
checkpoint
Method · 0.95
sendHeartbeatTo
Method · 0.80
processAppendEntriesResult
Method · 0.80
processRequest
Method · 0.80
trySendLeaderIs
Method · 0.80
OnHandshakeDone
Method · 0.80
_run
Method · 0.80
randomSnapshotTimer
Method · 0.80
Calls
no outgoing calls
Tested by
6
_run
Method · 0.64
randomSnapshotTimer
Method · 0.64
runTrace
Method · 0.64
randomTriggerFailActions
Method · 0.64
snapshot
Method · 0.64
startRaft
Method · 0.64