Uses of Class
io.permazen.kv.raft.msg.Message
Packages that use Message
-
Uses of Message in io.permazen.kv.raft.msg
Subclasses of Message in io.permazen.kv.raft.msgModifier and TypeClassDescriptionclassSent from leaders to followers to probe the follower's log state and/or append an entry to their log.classSent from a follower to a leader in response to anAppendRequest.classSent from followers to leaders to start the commit of a transaction.classResponse to aCommitRequest.classSent from a follower to a candidate to grant a vote during an election.classSent from leader to follower to with a chunk of key/value pairs that will wholesale replace the follower's key/value store.classSent from hermits to other nodes when trying to establish communication with a majority.classResponse to aPingRequest.classSend from candidates to other nodes to request a vote during an election.Methods in io.permazen.kv.raft.msg that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.decode(ByteBuffer buf, int version) Decode a message from the given input.