Uses of Class
io.atomix.raft.protocol.VoteResponse.Builder
Packages that use VoteResponse.Builder
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of VoteResponse.Builder in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol that return VoteResponse.BuilderModifier and TypeMethodDescriptionstatic VoteResponse.BuilderVoteResponse.builder()Returns a new vote response builder.VoteResponse.Builder.withTerm(long term) Sets the response term.VoteResponse.Builder.withVoted(boolean voted) Sets whether the vote was granted.