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.
  • Class
    Description
    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.
    Stores a cluster configuration.
    Indicates a leader change has occurred.
     
    Stores a state change in a RaftLog.