Package io.atomix.raft
package io.atomix.raft
Provides classes and interfaces for managing Raft clients and servers.
-
ClassDescriptionAn election timer controls when a node triggers an election.This listener will only be called by the Leader, when it commits an application entry.Will be notified when a new batch is committed.Base type for Raft protocol errors.Raft error types.Base Raft protocol exception.Provides a standalone implementation of the Raft consensus algorithm.Builds a single-use Raft server.Raft server state types.Listener which will be invoked when a new snapshot is received by this follower from a leader.