Uses of Class
io.microraft.exception.RaftException
Packages that use RaftException
-
Uses of RaftException in io.microraft.exception
Subclasses of RaftException in io.microraft.exceptionModifier and TypeClassDescriptionclassThrown when an operation cannot be temporarily replicated.classA Raft leader may demote to the follower role after it appends an entry to its local Raft log, but before discovering its commit status.classThrown when a Raft node's current commit index is smaller than the commit index specified in aRaftNode.query(Object, QueryPolicy, Optional, Optional)call.classThrown when a membership change is triggered with an expected group members commit index that doesn't match the current group members commit index in the local state of the Raft group leader.classThrown when an operation, query, or a membership change is triggered on a non-leader Raft node.