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 RaftActorBehavior
AbstractLeader. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)
protected abstract RaftActorBehavior
AbstractRaftActorBehavior. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)
Derived classes should not directly handle RequestVoteReply messages it should let the base class handle it first.protected RaftActorBehavior
Candidate. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)
protected RaftActorBehavior
Follower. handleRequestVoteReply(ActorRef sender, RequestVoteReply requestVoteReply)
-