Uses of Class
org.opendaylight.controller.cluster.raft.messages.RequestVoteReply
- 
Packages that use RequestVoteReply Package Description org.opendaylight.controller.cluster.raft.behaviors  - 
- 
Uses of RequestVoteReply in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RequestVoteReply Modifier and Type Method Description protected RaftActorBehaviorAbstractLeader. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)protected abstract RaftActorBehaviorAbstractRaftActorBehavior. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)Derived classes should not directly handle RequestVoteReply messages it should let the base class handle it first.protected RaftActorBehaviorCandidate. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)protected RaftActorBehaviorFollower. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply) 
 -