Uses of Class
org.opendaylight.controller.eos.akka.registry.candidate.command.CandidateRegistryCommand
Packages that use CandidateRegistryCommand
Package
Description
-
Uses of CandidateRegistryCommand in org.opendaylight.controller.eos.akka.bootstrap.command
Methods in org.opendaylight.controller.eos.akka.bootstrap.command that return types with arguments of type CandidateRegistryCommandModifier and TypeMethodDescription@NonNull akka.actor.typed.ActorRef<CandidateRegistryCommand>RunningContext.getCandidateRegistry() -
Uses of CandidateRegistryCommand in org.opendaylight.controller.eos.akka.registry.candidate
Methods in org.opendaylight.controller.eos.akka.registry.candidate that return types with arguments of type CandidateRegistryCommandModifier and TypeMethodDescriptionstatic akka.actor.typed.Behavior<CandidateRegistryCommand>CandidateRegistry.create()static akka.actor.typed.Behavior<CandidateRegistryCommand>CandidateRegistryInit.create(akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor) akka.actor.typed.javadsl.Receive<CandidateRegistryCommand>CandidateRegistry.createReceive()akka.actor.typed.javadsl.Receive<CandidateRegistryCommand>CandidateRegistryInit.createReceive()Constructor parameters in org.opendaylight.controller.eos.akka.registry.candidate with type arguments of type CandidateRegistryCommandModifierConstructorDescriptionCandidateRegistryInit(akka.actor.typed.javadsl.ActorContext<CandidateRegistryCommand> ctx, akka.actor.typed.javadsl.StashBuffer<CandidateRegistryCommand> stash, akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor) CandidateRegistryInit(akka.actor.typed.javadsl.ActorContext<CandidateRegistryCommand> ctx, akka.actor.typed.javadsl.StashBuffer<CandidateRegistryCommand> stash, akka.actor.typed.ActorRef<OwnerSupervisorCommand> ownerSupervisor) -
Uses of CandidateRegistryCommand in org.opendaylight.controller.eos.akka.registry.candidate.command
Subclasses of CandidateRegistryCommand in org.opendaylight.controller.eos.akka.registry.candidate.commandModifier and TypeClassDescriptionclassclassclassfinal classfinal classSent to Candidate registry to register the candidate for a given entity.classMessage sent to candidate registry initial behavior by self to trigger and retrigger(in case of failures) removal of candidates registered by the previous iteration of this node.final classSent to CandidateRegistry to unregister the candidate for a given entity.