Uses of Class
io.atomix.raft.protocol.ForceConfigureRequest.Builder
Packages that use ForceConfigureRequest.Builder
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of ForceConfigureRequest.Builder in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol that return ForceConfigureRequest.BuilderModifier and TypeMethodDescriptionForceConfigureRequest.builder()Returns a new configuration request builder.ForceConfigureRequest.Builder.withIndex(long index) Sets the request index.ForceConfigureRequest.Builder.withNewMembers(Set<RaftMember> newMembers) Sets the members that will be part of the new configurationForceConfigureRequest.Builder.withTerm(long term) Sets the request term.ForceConfigureRequest.Builder.withTime(long timestamp) Sets the request timestamp.