Uses of Package
io.atomix.raft.storage.log.entry
Packages that use io.atomix.raft.storage.log.entry
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.Raft Entry
-
Classes in io.atomix.raft.storage.log.entry used by io.atomix.raft.storage.logClassDescriptionStores 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.Stores a state change in a
RaftLog. -
Classes in io.atomix.raft.storage.log.entry used by io.atomix.raft.storage.log.entryClassDescriptionStores 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.Stores a cluster configuration.Indicates a leader change has occurred.
-
Classes in io.atomix.raft.storage.log.entry used by io.atomix.raft.storage.serializerClassDescriptionStores 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.Stores a cluster configuration.Indicates a leader change has occurred.Stores a state change in a
RaftLog. -
Classes in io.atomix.raft.storage.log.entry used by io.atomix.raft.zeebeClassDescriptionStores 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.