Uses of Class
io.atomix.raft.cluster.impl.RaftMemberContext
Packages that use RaftMemberContext
Package
Description
Implementations of Raft cluster management interfaces.
-
Uses of RaftMemberContext in io.atomix.raft.cluster.impl
Methods in io.atomix.raft.cluster.impl that return RaftMemberContextModifier and TypeMethodDescriptionRaftClusterContext.getMemberContext(MemberId id) Returns the context for a given member.Methods in io.atomix.raft.cluster.impl that return types with arguments of type RaftMemberContextMethod parameters in io.atomix.raft.cluster.impl with type arguments of type RaftMemberContextModifier and TypeMethodDescription<T extends Comparable<T>>
Optional<T> RaftClusterContext.getQuorumFor(Function<RaftMemberContext, T> calculateMemberValue) Calculates the smallest value that is reported for a majority of this cluster, assuming that the local node always has the highest value.