Package io.microraft.model.message
Interface PreVoteResponse
-
- All Superinterfaces:
RaftMessage,RaftModel,Serializable
public interface PreVoteResponse extends RaftMessage
Response forPreVoteRequest.See Four modifications for the Raft consensus algorithm by Henrik Ingo.
- See Also:
PreVoteRequest,VoteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePreVoteResponse.PreVoteResponseBuilderThe builder interface forPreVoteResponse.-
Nested classes/interfaces inherited from interface io.microraft.model.message.RaftMessage
RaftMessage.RaftMessageBuilder<T extends RaftMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisGranted()-
Methods inherited from interface io.microraft.model.message.RaftMessage
getGroupId, getSender, getTerm
-
-