Package io.atomix.raft.storage.log
package io.atomix.raft.storage.log
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
ClassDescriptionStores a state change in a
RaftLog.Raft log.Raft log reader that reads only committed entries.Raft log reader that reads both committed and uncommitted entries.