Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.RIBSupportContextRegistry
-
Packages that use RIBSupportContextRegistry Package Description org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.impl.config org.opendaylight.protocol.bgp.rib.impl.spi -
-
Uses of RIBSupportContextRegistry in org.opendaylight.protocol.bgp.rib.impl
Methods in org.opendaylight.protocol.bgp.rib.impl that return RIBSupportContextRegistry Modifier and Type Method Description RIBSupportContextRegistry
RIBImpl. getRibSupportContext()
-
Uses of RIBSupportContextRegistry in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return RIBSupportContextRegistry Modifier and Type Method Description RIBSupportContextRegistry
RibImpl. getRibSupportContext()
-
Uses of RIBSupportContextRegistry in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return RIBSupportContextRegistry Modifier and Type Method Description RIBSupportContextRegistry
RIB. getRibSupportContext()
Return the RIB extensions available to the RIB instance with additional RIB specific context such as translation between DOM and Binding.
-