Uses of Interface
io.atomix.raft.storage.log.IndexedRaftLogEntry
Packages that use IndexedRaftLogEntry
Package
Description
Implementations of Raft cluster management interfaces.
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Uses of IndexedRaftLogEntry in io.atomix.raft.cluster.impl
Methods in io.atomix.raft.cluster.impl that return IndexedRaftLogEntryModifier and TypeMethodDescriptionRaftMemberContext.getCurrentEntry()RaftMemberContext.nextEntry() -
Uses of IndexedRaftLogEntry in io.atomix.raft.storage.log
Methods in io.atomix.raft.storage.log that return IndexedRaftLogEntryModifier and TypeMethodDescriptionRaftLog.append(PersistedRaftRecord entry) RaftLog.append(ReplicatableJournalRecord entry) RaftLog.append(RaftLogEntry entry) RaftLog.getLastEntry()RaftLogCommittedReader.next()RaftLogUncommittedReader.next() -
Uses of IndexedRaftLogEntry in io.atomix.raft.zeebe
Methods in io.atomix.raft.zeebe with parameters of type IndexedRaftLogEntryModifier and TypeMethodDescriptiondefault voidZeebeLogAppender.AppendListener.onWrite(IndexedRaftLogEntry indexed) Called when the entry has been written to the log.