Uses of Class
io.atomix.raft.storage.log.RaftLog
Packages that use RaftLog
Package
Description
Implementations of Raft cluster management interfaces.
Implementations of core Raft server interfaces.
Provides various classes and interfaces for storing logs and snapshots in the Raft consensus
protocol.
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Uses of RaftLog in io.atomix.raft.cluster.impl
Methods in io.atomix.raft.cluster.impl with parameters of type RaftLogModifier and TypeMethodDescriptionvoidRaftMemberContext.openReplicationContext(RaftLog log) voidRaftMemberContext.resetState(RaftLog log) Resets the member state. -
Uses of RaftLog in io.atomix.raft.impl
Methods in io.atomix.raft.impl that return RaftLogConstructors in io.atomix.raft.impl with parameters of type RaftLogModifierConstructorDescriptionLogCompactor(ThreadContext threadContext, RaftLog log, int replicationThreshold, RaftServiceMetrics metrics, org.slf4j.Logger logger) -
Uses of RaftLog in io.atomix.raft.storage
Methods in io.atomix.raft.storage that return RaftLogModifier and TypeMethodDescriptionRaftStorage.openLog(MetaStore metaStore, ThreadContextFactory threadFactory) Opens a newRaftLog, recovering the log from disk if it exists. -
Uses of RaftLog in io.atomix.raft.storage.log
Methods in io.atomix.raft.storage.log that return RaftLog