Uses of Class
org.opendaylight.controller.cluster.raft.messages.RequestVote
-
Packages that use RequestVote Package Description org.opendaylight.controller.cluster.raft.behaviors -
-
Uses of RequestVote in org.opendaylight.controller.cluster.raft.behaviors
Methods in org.opendaylight.controller.cluster.raft.behaviors with parameters of type RequestVote Modifier and Type Method Description protected 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.
-