Package io.permazen.kv.raft.msg
Class GrantVote
java.lang.Object
io.permazen.kv.raft.msg.Message
io.permazen.kv.raft.msg.GrantVote
Sent from a follower to a candidate to grant a vote during an election.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
visit
(MessageSwitch handler) Apply the visitor pattern based on this instance's type.Methods inherited from class io.permazen.kv.raft.msg.Message
calculateSize, calculateSize, calculateSize, calculateSize, decode, decodeProtocolVersion, encode, getBoolean, getByteBuffer, getClusterId, getCurrentProtocolVersion, getRecipientId, getSenderId, getString, getTerm, getTimestamp, isLeaderMessage, putBoolean, putByteBuffer, putString, putTimestamp, writeTo
-
Constructor Details
-
GrantVote
Constructor.- Parameters:
clusterId
- cluster IDsenderId
- sending node identityrecipientId
- identity of recipientterm
- current term
-
-
Method Details