Class FastLeaderElection.Notification

  • Enclosing class:
    FastLeaderElection

    public static class FastLeaderElection.Notification
    extends java.lang.Object
    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 
      Modifier and Type Field Description
      static int CURRENTVERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      Notification()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Notification

        public Notification()