Class RequestVote
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.RaftRPC
org.opendaylight.controller.cluster.raft.messages.RequestVote
- All Implemented Interfaces:
Serializable
,org.apache.pekko.dispatch.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 TypeMethodDescriptionlong
long
-
Constructor Details
-
RequestVote
-
-
Method Details
-
getCandidateId
-
getLastLogIndex
public long getLastLogIndex() -
getLastLogTerm
public long getLastLogTerm()
-