Uses of Interface
io.atomix.raft.cluster.RaftMember

Packages that use RaftMember
Package
Description
Provides interfaces for managing and interacting with the Raft cluster.
Implementations of Raft cluster management interfaces.
Implementations of core Raft server interfaces.
Provides RaftRequest and RaftResponse implementations for all internal Raft protocol communication.
Provides classes for role-based management of leader election and replication in the Raft consensus protocol.
Provides RaftLogEntry implementations used internally to replicate state changes, sessions, and configuration changes in the cluster.
Provides classes and interfaces that aid in storing and loading persistent cluster and server configurations.