Uses of Record Class
io.atomix.raft.storage.log.entry.RaftLogEntry
Packages that use RaftLogEntry
Package
Description
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
Raft Entry
-
Uses of RaftLogEntry in io.atomix.raft.storage.log
Methods in io.atomix.raft.storage.log with parameters of type RaftLogEntry -
Uses of RaftLogEntry in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer that return RaftLogEntryModifier and TypeMethodDescriptionRaftEntrySBESerializer.readRaftLogEntry(org.agrona.DirectBuffer buffer) RaftEntrySerializer.readRaftLogEntry(org.agrona.DirectBuffer buffer) Read the raft log entry from the buffer