Uses of Enum
io.microraft.MembershipChangeMode
-
Uses of MembershipChangeMode in io.microraft
Modifier and TypeMethodDescriptionstatic MembershipChangeMode
Returns the enum constant of this type with the specified name.static MembershipChangeMode[]
MembershipChangeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRaftNode.changeMembership
(RaftEndpoint endpoint, MembershipChangeMode mode, long expectedGroupMembersCommitIndex) Replicates and commits the given membership change to the Raft group, if the given group members commit index is equal to the current group members commit index in the local Raft state.