Uses of Class
org.opendaylight.controller.cluster.raft.messages.RequestVote
Packages that use RequestVote
-
Uses of RequestVote in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RequestVoteModifier and TypeMethodDescriptionprotected boolean
AbstractRaftActorBehavior.canGrantVote
(RequestVote requestVote) protected RaftActorBehavior
AbstractRaftActorBehavior.requestVote
(ActorRef sender, RequestVote requestVote) Handles the logic for the RequestVote message that is common for all behaviors.