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.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable org.opendaylight.yangtools.yang.common.EmptygetLocal()Local node is the best node to talk to when it comes from efficiency perspective of underlying implementation.default Class<Local>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<Local> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.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.Emptylocal, ornullif not present
-
-