Uses of Interface
io.atomix.raft.storage.log.RaftLogReader
Packages that use RaftLogReader
Package
Description
Raft partition management utilities.
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Uses of RaftLogReader in io.atomix.raft.partition.impl
Methods in io.atomix.raft.partition.impl that return RaftLogReader -
Uses of RaftLogReader in io.atomix.raft.storage.log
Classes in io.atomix.raft.storage.log that implement RaftLogReaderModifier and TypeClassDescriptionclassRaft log reader that reads only committed entries.classRaft log reader that reads both committed and uncommitted entries.Methods in io.atomix.raft.storage.log that return RaftLogReaderModifier and TypeMethodDescriptionRaftLog.openCommittedReader()Opens the reader that can only read committed entries.RaftLog.openUncommittedReader()Opens the reader that can read both committed and uncommitted entries.