Class RequestVoteReply
- java.lang.Object
-
- org.opendaylight.controller.cluster.raft.messages.AbstractRaftRPC
-
- org.opendaylight.controller.cluster.raft.messages.RequestVoteReply
-
- All Implemented Interfaces:
akka.dispatch.ControlMessage
,Serializable
,RaftRPC
public final class RequestVoteReply extends AbstractRaftRPC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestVoteReply(long term, boolean voteGranted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVoteGranted()
String
toString()
-
Methods inherited from class org.opendaylight.controller.cluster.raft.messages.AbstractRaftRPC
getTerm
-
-