Interface MapRegisterCacheKeyContainer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    @Generated("mdsal-binding-generator")
    public interface MapRegisterCacheKeyContainer
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module odl-lisp-proto

     grouping map-register-cache-key-container {
       container map-register-cache-key {
         leaf eid-prefix {
           type binary;
         }
         leaf xtr-id {
           type binary;
         }
         leaf site-id {
           type binary;
         }
       }
     }
     
    The schema path to identify an instance is odl-lisp-protomap-register-cache-key-container
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends MapRegisterCacheKeyContainer> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getMapRegisterCacheKey

        MapRegisterCacheKey getMapRegisterCacheKey()
        Return mapRegisterCacheKey, or null if it is not present.
             
                 The lookup key in the Map-Register fast path.
             
         
        Returns:
        MapRegisterCacheKey mapRegisterCacheKey, or null if it is not present.