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
Classes in io.atomix.raft.storage.log.entry that implement RaftEntryModifier and TypeClassDescriptionclassStores 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.classStores a cluster configuration.classIndicates a leader change has occurred.Methods in io.atomix.raft.storage.log.entry that return RaftEntryConstructors in io.atomix.raft.storage.log.entry with parameters of type RaftEntry