Uses of Interface
io.atomix.raft.protocol.RaftMessage
Packages that use RaftMessage
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of RaftMessage in io.atomix.raft.protocol
Subinterfaces of RaftMessage in io.atomix.raft.protocolModifier and TypeInterfaceDescriptioninterfaceBase interface for requests.interfaceBase interface for responses.Classes in io.atomix.raft.protocol that implement RaftMessageModifier and TypeClassDescriptionclassBase request for all client requests.classBase response for all client responses.classAppend entries request that represent old version (version = 1) which only replicated the raft entry and not the complete serialized journal record.classServer append entries response.classServer configuration response.classConfiguration installation request.classConfiguration installation response.classRequest to change configuration forcefully without going through the joint consensus.classForce Configuration response.classServer snapshot installation request.classSnapshot installation response.final classfinal classfinal classfinal classclassServer poll request.classServer poll response.classRequest a change of members.classServer configuration change response.classLeadership transfer request.classLeadership transfer response.classAppend entries request that represent new versions (version > 1)classServer vote request.classServer vote response.