Class RequestVote

    • Constructor Detail

      • RequestVote

        public RequestVote​(long term,
                           String candidateId,
                           long lastLogIndex,
                           long lastLogTerm)
    • Method Detail

      • getCandidateId

        public String getCandidateId()
      • getLastLogIndex

        public long getLastLogIndex()
      • getLastLogTerm

        public long getLastLogTerm()