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