Class ClearCandidatesForMember
java.lang.Object
org.opendaylight.controller.eos.akka.owner.supervisor.command.OwnerSupervisorCommand
org.opendaylight.controller.eos.akka.owner.supervisor.command.ClearCandidatesForMember
- All Implemented Interfaces:
Serializable
Request sent from Candidate registration actors to clear the candidate from all entities. Issued at start to clear
candidates from previous iteration of a node. Owner supervisor responds to this request to notify the registration
actor it can start up and process candidate requests.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClearCandidatesForMember(akka.actor.typed.ActorRef<ClearCandidatesResponse> replyTo, String candidate) -
Method Summary
-
Constructor Details
-
ClearCandidatesForMember
public ClearCandidatesForMember(akka.actor.typed.ActorRef<ClearCandidatesResponse> replyTo, String candidate)
-
-
Method Details
-
getReplyTo
-
getCandidate
-