Uses of Class
org.opendaylight.protocol.bgp.rib.impl.spi.RIBSupportContext
-
Packages that use RIBSupportContext Package Description org.opendaylight.protocol.bgp.rib.impl.spi -
-
Uses of RIBSupportContext in org.opendaylight.protocol.bgp.rib.impl.spi
Methods in org.opendaylight.protocol.bgp.rib.impl.spi that return RIBSupportContext Modifier and Type Method Description @Nullable RIBSupportContext
RIBSupportContextRegistry. getRIBSupportContext(TablesKey key)
Acquire a RIB Support Context for a AFI/SAFI combination.@Nullable RIBSupportContext
RIBSupportContextRegistry. getRIBSupportContext(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key)
Acquire a RIB Support Context for a AFI/SAFI combination.
-