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 SyncedLearnerTrackerFastLeaderElection.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 TypeMethodDescriptionbooleanQuorumOracleMaj.revalidateVoteset(SyncedLearnerTracker voteSet, boolean timeout) default booleanQuorumVerifier.revalidateVoteset(SyncedLearnerTracker voteSet, boolean timeout)