Uses of Interface
io.atomix.raft.storage.log.entry.RaftEntry
Packages that use RaftEntry
Package
Description
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
Provides
RaftLogEntry implementations used internally to
replicate state changes, sessions, and configuration changes in the cluster.-
Uses of RaftEntry in io.atomix.raft.storage.log
Methods in io.atomix.raft.storage.log that return RaftEntry -
Uses of RaftEntry in io.atomix.raft.storage.log.entry
Subinterfaces of RaftEntry in io.atomix.raft.storage.log.entryClasses in io.atomix.raft.storage.log.entry that implement RaftEntryModifier and TypeClassDescriptionfinal recordStores a cluster configuration.final recordIndicates a leader change has occurred.final recordStores an entry that contains serialized records, ordered by their position; the lowestPosition and highestPosition metadata allow for fast binary search over a collection of entries to quickly find a particular record.final recordAnApplicationEntrywith unserialized application data.Methods in io.atomix.raft.storage.log.entry that return RaftEntryModifier and TypeMethodDescriptionRaftLogEntry.entry()Returns the value of theentryrecord component.Constructors in io.atomix.raft.storage.log.entry with parameters of type RaftEntryModifierConstructorDescriptionRaftLogEntry(long term, RaftEntry entry) Creates an instance of aRaftLogEntryrecord class.