Class RequestVoteReply
java.lang.Object
org.opendaylight.controller.cluster.raft.messages.RaftRPC
org.opendaylight.controller.cluster.raft.messages.RequestVoteReply
- All Implemented Interfaces:
Serializable
,org.apache.pekko.dispatch.ControlMessage
- See Also:
-
Constructor Details
-
RequestVoteReply
public RequestVoteReply(long term, boolean voteGranted)
-
-
Method Details
-
isVoteGranted
public boolean isVoteGranted()
-