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