Class RequestVote
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.RaftRPC
org.opendaylight.controller.cluster.raft.messages.RequestVote
- All Implemented Interfaces:
Serializable,ControlMessage
Invoked by candidates to gather votes (ยง5.2).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestVote(long term, String candidateId, long lastLogIndex, long lastLogTerm) -
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Constructor Details
-
RequestVote
-
-
Method Details
-
getCandidateId
-
getLastLogIndex
public long getLastLogIndex() -
getLastLogTerm
public long getLastLogTerm()
-