| Package | Description | 
|---|---|
| org.opendaylight.controller.cluster.raft.behaviors | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RaftActorBehavior | Follower. handleRequestVoteReply(akka.actor.ActorRef sender,
                      RequestVoteReply requestVoteReply) | 
| protected RaftActorBehavior | Candidate. handleRequestVoteReply(akka.actor.ActorRef sender,
                      RequestVoteReply requestVoteReply) | 
| protected abstract RaftActorBehavior | AbstractRaftActorBehavior. handleRequestVoteReply(akka.actor.ActorRef sender,
                      RequestVoteReply requestVoteReply)Derived classes should not directly handle RequestVoteReply messages it
 should let the base class handle it first. | 
| protected RaftActorBehavior | AbstractLeader. handleRequestVoteReply(akka.actor.ActorRef sender,
                      RequestVoteReply requestVoteReply) | 
Copyright © 2019 OpenDaylight. All rights reserved.