Uses of Class
io.atomix.raft.protocol.VoteRequest.Builder
Packages that use VoteRequest.Builder
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of VoteRequest.Builder in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol that return VoteRequest.BuilderModifier and TypeMethodDescriptionstatic VoteRequest.BuilderVoteRequest.builder()Returns a new vote request builder.VoteRequest.Builder.withCandidate(MemberId candidate) Sets the request leader.VoteRequest.Builder.withLastLogIndex(long logIndex) Sets the request last log index.VoteRequest.Builder.withLastLogTerm(long logTerm) Sets the request last log term.VoteRequest.Builder.withTerm(long term) Sets the request term.