Class QuorumVoteServerConnect

    • Field Detail

      • LIVE_FAILOVER_VOTE

        public static final SimpleString LIVE_FAILOVER_VOTE
    • Constructor Detail

      • QuorumVoteServerConnect

        public QuorumVoteServerConnect​(int size,
                                       String targetNodeId,
                                       boolean requestToStayLive,
                                       String liveConnector)
        live nodes | remaining nodes | majority | votes needed 1 | 0 | 0 | 0 2 | 1 | 1 | 1 n | r = n-1 | n/2 + 1 | n/2 + 1 rounded 3 | 2 | 2.5 | 2 4 | 3 | 3 | 3 5 | 4 | 3.5 | 3 6 | 5 | 4 | 4
      • QuorumVoteServerConnect

        public QuorumVoteServerConnect​(int size,
                                       String targetNodeId)