Package io.microraft.persistence
package io.microraft.persistence
-
ClassDescriptionUsed when a Raft node works transiently (its state is not persisted).This interface is used for persisting only the internal state of the Raft consensus algorithm.Similarly to the
RaftModelFactory, users of the RaftStore implementations must provide methods for converting a few of their types into binary data for persistence.Contains restored state of aRaftNode.