Package io.atomix.raft.storage.log.entry
package io.atomix.raft.storage.log.entry
Provides
RaftLogEntry implementations used internally to
replicate state changes, sessions, and configuration changes in the cluster.-
ClassDescriptionStores a cluster configuration.Indicates a leader change has occurred.Stores a state change in a
RaftLog.Stores 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.AnApplicationEntrywith unserialized application data.