MCPcopy Create free account
hub / github.com/e2wugui/zeze / getTerm

Method getTerm

ZezeJava/ZezeJava/src/main/java/Zeze/Raft/Agent.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public long getTerm() {
84 return term;
85 }
86
87 public Action1<Agent> getOnSetLeader() {
88 return onSetLeader;

Callers 14

processResultMethod · 0.45
setLeaderMethod · 0.45
trySendLeaderIsMethod · 0.45
OnHandshakeDoneMethod · 0.45
setLeaderReadyMethod · 0.45
isLastLogUpToDateMethod · 0.45
processRequestVoteMethod · 0.45
sendRequestVoteMethod · 0.45
processGetLeaderMethod · 0.45
snapshotMethod · 0.45

Calls

no outgoing calls

Tested by 1

snapshotMethod · 0.36