Uses of Class
io.atomix.raft.protocol.AppendResponse.Builder
Packages that use AppendResponse.Builder
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of AppendResponse.Builder in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol that return AppendResponse.BuilderModifier and TypeMethodDescriptionstatic AppendResponse.BuilderAppendResponse.builder()Returns a new append response builder.AppendResponse.Builder.withLastLogIndex(long lastLogIndex) Sets the last index of the replica's log.AppendResponse.Builder.withLastSnapshotIndex(long lastSnapshotIndex) AppendResponse.Builder.withSucceeded(boolean succeeded) Sets whether the request succeeded.AppendResponse.Builder.withTerm(long term) Sets the response term.