Uses of Interface
io.microraft.report.RaftNodeReport
-
Packages that use RaftNodeReport Package Description io.microraft -
-
Uses of RaftNodeReport in io.microraft
Methods in io.microraft that return types with arguments of type RaftNodeReport Modifier and Type Method Description CompletableFuture<Ordered<RaftNodeReport>>
RaftNode. getReport()
Returns a report object that contains information about this Raft node's local state related to the execution of the Raft consensus algorithm.CompletableFuture<Ordered<RaftNodeReport>>
RaftNode. takeSnapshot()
Takes a new snapshot at the local RaftNode at the current commit index.
-