Uses of Package
io.atomix.raft.cluster
Packages that use io.atomix.raft.cluster
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
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
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.
-
Classes in io.atomix.raft.cluster used by io.atomix.raft
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.clusterClassDescriptionRepresents a member of a Raft cluster.Indicates how the member participates in voting and replication.
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.cluster.implClassDescriptionRaft server cluster API.Represents a member of a Raft cluster.Indicates how the member participates in voting and replication.
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.implClassDescriptionRaft server cluster API.Represents a member of a Raft cluster.Indicates how the member participates in voting and replication.
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.protocol
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.storage.log.entry
-
Classes in io.atomix.raft.cluster used by io.atomix.raft.storage.system