java.lang.Object
org.opendaylight.controller.eos.akka.owner.checker.command.StateCheckerReply
org.opendaylight.controller.eos.akka.owner.checker.command.GetEntitiesReply
All Implemented Interfaces:
Serializable

public final class GetEntitiesReply extends StateCheckerReply implements Serializable
See Also:
  • Constructor Details

    • GetEntitiesReply

      public GetEntitiesReply(GetEntitiesBackendReply response)
    • GetEntitiesReply

      public GetEntitiesReply(Map<org.opendaylight.mdsal.eos.dom.api.DOMEntity,Set<String>> candidates, Map<org.opendaylight.mdsal.eos.dom.api.DOMEntity,String> owners)
  • Method Details

    • toOutput

      public @NonNull GetEntitiesOutput toOutput(org.opendaylight.mdsal.binding.dom.codec.api.BindingInstanceIdentifierCodec iidCodec)