Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getIndex
Method
getIndex
ZezeJava/ZezeJava/src/main/java/Zeze/Raft/RaftLog.java:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
public
long getIndex() {
33
return
index;
34
}
35
36
public
Log getLog() {
37
return
log;
Callers
15
tryApply
Method · 0.95
appendLog
Method · 0.95
trySendAppendEntries
Method · 0.95
LogSequence
Method · 0.45
saveLog
Method · 0.45
backgroundApply
Method · 0.45
endReceiveInstallSnapshot
Method · 0.45
startInstallSnapshot
Method · 0.45
followerOnAppendEntries
Method · 0.45
setLeaderReady
Method · 0.45
isLastLogUpToDate
Method · 0.45
sendRequestVote
Method · 0.45
Calls
no outgoing calls
Tested by
1
snapshot
Method · 0.36