Uses of Class
io.atomix.raft.protocol.PersistedRaftRecord
Packages that use PersistedRaftRecord
Package
Description
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Uses of PersistedRaftRecord in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol that return types with arguments of type PersistedRaftRecordConstructor parameters in io.atomix.raft.protocol with type arguments of type PersistedRaftRecordModifierConstructorDescriptionAppendRequest(long term, String leader, long prevLogIndex, long prevLogTerm, List<PersistedRaftRecord> entries, long commitIndex) -
Uses of PersistedRaftRecord in io.atomix.raft.storage.log
Methods in io.atomix.raft.storage.log that return PersistedRaftRecordModifier and TypeMethodDescriptionIndexedRaftLogEntry.getPersistedRaftRecord()Returns aPersistedRaftRecordthat can be replicatedMethods in io.atomix.raft.storage.log with parameters of type PersistedRaftRecord