Uses of Interface
io.microraft.persistence.RaftStore
-
Packages that use RaftStore Package Description io.microraft io.microraft.persistence -
-
Uses of RaftStore in io.microraft
Methods in io.microraft with parameters of type RaftStore Modifier and Type Method Description RaftNode.RaftNodeBuilder
RaftNode.RaftNodeBuilder. setStore(RaftStore store)
Sets the Raft state object to be used for persisting internal Raft state to stable storage. -
Uses of RaftStore in io.microraft.persistence
Classes in io.microraft.persistence that implement RaftStore Modifier and Type Class Description class
NopRaftStore
Used when a Raft node works transiently (its state is not persisted).
-