Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processResult
Method · 0.45
setLeader
Method · 0.45
trySendLeaderIs
Method · 0.45
OnHandshakeDone
Method · 0.45
processInstallSnapshot
Method · 0.45
setLeaderReady
Method · 0.45
isLastLogUpToDate
Method · 0.45
processRequestVote
Method · 0.45
processRequestVoteResult
Method · 0.45
sendRequestVote
Method · 0.45
processGetLeader
Method · 0.45
snapshot
Method · 0.45
Calls
no outgoing calls
Tested by
1
snapshot
Method · 0.36