Interface Local

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

    public interface Local
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Local>, MemberNode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      @Nullable org.opendaylight.yangtools.yang.common.Empty getLocal()
      Local node is the best node to talk to when it comes from efficiency perspective of underlying implementation.
      default Class<Local> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yangtools.yang.common.Empty getLocal()
        Local node is the best node to talk to when it comes from efficiency perspective of underlying implementation. The requester of this RPC is advised to contact any services to the specified shard via the channel on which this RPC was invoked.
        Returns:
        org.opendaylight.yangtools.yang.common.Empty local, or null if not present