Uses of Interface
io.microraft.report.RaftNodeReport
-
Uses of RaftNodeReport in io.microraft
Modifier and TypeMethodDescriptionRaftNode.getReport()
Returns a report object that contains information about this Raft node's local state related to the execution of the Raft consensus algorithm.RaftNode.takeSnapshot()
Takes a new snapshot at the local RaftNode at the current commit index.