MCPcopy 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

tryApplyMethod · 0.95
appendLogMethod · 0.95
trySendAppendEntriesMethod · 0.95
LogSequenceMethod · 0.45
saveLogMethod · 0.45
backgroundApplyMethod · 0.45
startInstallSnapshotMethod · 0.45
setLeaderReadyMethod · 0.45
isLastLogUpToDateMethod · 0.45
sendRequestVoteMethod · 0.45

Calls

no outgoing calls

Tested by 1

snapshotMethod · 0.36