Package io.microraft.persistence
-
Interface Summary Interface Description RaftStore This interface is used for persisting only the internal state of the Raft consensus algorithm.RaftStoreSerializer Similarly to theRaftModelFactory, users of the RaftStore implementations must provide methods for converting a few of their types into binary data for persistence.RaftStoreSerializer.Serializer<T> -
Class Summary Class Description NopRaftStore Used when a Raft node works transiently (its state is not persisted).RestoredRaftState Contains restored state of aRaftNode.