Uses of Class
org.apache.zookeeper.server.quorum.SyncedLearnerTracker
Packages that use SyncedLearnerTracker
-
Uses of SyncedLearnerTracker in org.apache.zookeeper.server.quorum
Subclasses of SyncedLearnerTracker in org.apache.zookeeper.server.quorumMethods in org.apache.zookeeper.server.quorum that return SyncedLearnerTrackerModifier and TypeMethodDescriptionprotected SyncedLearnerTracker
FastLeaderElection.getVoteTracker
(Map<Long, Vote> votes, Vote vote) Given a set of votes, return the SyncedLearnerTracker which is used to determines if have sufficient to declare the end of the election round.Methods in org.apache.zookeeper.server.quorum with parameters of type SyncedLearnerTracker -
Uses of SyncedLearnerTracker in org.apache.zookeeper.server.quorum.flexible
Methods in org.apache.zookeeper.server.quorum.flexible with parameters of type SyncedLearnerTrackerModifier and TypeMethodDescriptionboolean
QuorumOracleMaj.revalidateVoteset
(SyncedLearnerTracker voteSet, boolean timeout) default boolean
QuorumVerifier.revalidateVoteset
(SyncedLearnerTracker voteSet, boolean timeout)