Uses of Record Class
io.atomix.raft.storage.log.entry.InitialEntry
Packages that use InitialEntry
Package
Description
Provides
RaftLogEntry implementations used internally to
replicate state changes, sessions, and configuration changes in the cluster.Raft Entry
-
Uses of InitialEntry in io.atomix.raft.storage.log.entry
Methods in io.atomix.raft.storage.log.entry that return InitialEntry -
Uses of InitialEntry in io.atomix.raft.storage.serializer
Methods in io.atomix.raft.storage.serializer with parameters of type InitialEntryModifier and TypeMethodDescriptionintRaftEntrySBESerializer.writeInitialEntry(long term, InitialEntry entry, org.agrona.MutableDirectBuffer buffer, int offset) intRaftEntrySerializer.writeInitialEntry(long term, InitialEntry entry, org.agrona.MutableDirectBuffer buffer, int offset) Writes the term and entry into given buffer at the given offset