Interface LocateShardOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LocateShardOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface LocateShardOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<LocateShardOutput>

    This class represents the following YANG schema fragment defined in module cluster-admin

     output output {
       choice member-node {
         case local {
           leaf local {
             type empty;
           }
         }
         case leader-actor-ref {
           leaf leader-actor-ref {
             type string;
           }
         }
       }
     }
     
    The schema path to identify an instance is cluster-admin/locate-shard/output

    To create instances of this class use LocateShardOutputBuilder.

    See Also:
    LocateShardOutputBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<LocateShardOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
      • getMemberNode

        @Nullable MemberNode getMemberNode()
        Location of the hypothetical cluster member node. Relationship to the input parameters and the transport protocol.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.locate.shard.output.MemberNode memberNode, or null if not present