Uses of Class
org.apache.zookeeper.server.quorum.FastLeaderElection.Notification
-
Packages that use FastLeaderElection.Notification Package Description org.apache.zookeeper.server.quorum -
-
Uses of FastLeaderElection.Notification in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum with parameters of type FastLeaderElection.Notification Modifier and Type Method Description protected boolean
FastLeaderElection. ooePredicate(java.util.HashMap<java.lang.Long,Vote> recv, java.util.HashMap<java.lang.Long,Vote> ooe, FastLeaderElection.Notification n)
This predicate checks that a leader has been elected.
-