Uses of Class
io.atomix.raft.cluster.impl.RaftClusterContext
Packages that use RaftClusterContext
Package
Description
Implementations of Raft cluster management interfaces.
Implementations of core Raft server interfaces.
-
Uses of RaftClusterContext in io.atomix.raft.cluster.impl
Methods in io.atomix.raft.cluster.impl that return RaftClusterContextModifier and TypeMethodDescriptionRaftClusterContext.commit()Commit the current configuration to disk.RaftClusterContext.configure(Configuration configuration) Configures the cluster state.RaftClusterContext.reset()Resets the cluster state to the persisted state. -
Uses of RaftClusterContext in io.atomix.raft.impl
Fields in io.atomix.raft.impl declared as RaftClusterContextMethods in io.atomix.raft.impl that return RaftClusterContext