Class FastLeaderElection.Notification
java.lang.Object
org.apache.zookeeper.server.quorum.FastLeaderElection.Notification
- Enclosing class:
- FastLeaderElection
Notifications are messages that let other peers know that
a given peer has changed its vote, either because it has
joined leader election or because it learned of another
peer with higher zxid or same zxid and higher server id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CURRENTVERSION
public static final int CURRENTVERSION- See Also:
-
-
Constructor Details
-
Notification
public Notification()
-