Interface RIBSupportContextRegistry
public interface RIBSupportContextRegistry
-
Method Summary
Modifier and TypeMethodDescription@Nullable RIBSupport<?, ?> getRIBSupport(TablesKey key) Acquire a RIB Support for a AFI/SAFI combination.default @Nullable RIBSupport<?, ?> getRIBSupport(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key) Acquire a RIB Support Context for a AFI/SAFI combination.@Nullable RIBSupportContextAcquire a RIB Support Context for a AFI/SAFI combination.@Nullable RIBSupportContextgetRIBSupportContext(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key) Acquire a RIB Support Context for a AFI/SAFI combination.
-
Method Details
-
getRIBSupport
Acquire a RIB Support for a AFI/SAFI combination.- Parameters:
key- AFI/SAFI key- Returns:
- RIBSupport instance, or null if the AFI/SAFI is not implemented.
-
getRIBSupport
default @Nullable RIBSupport<?,?> getRIBSupport(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key) Acquire a RIB Support Context for a AFI/SAFI combination.- Parameters:
key- Tables key with AFI/SAFI key- Returns:
- RIBSupport instance, or null if the AFI/SAFI is not implemented.
-
getRIBSupportContext
Acquire a RIB Support Context for a AFI/SAFI combination.- Parameters:
key- AFI/SAFI key- Returns:
- RIBSupport instance, or null if the AFI/SAFI is not implemented.
-
getRIBSupportContext
@Nullable RIBSupportContext getRIBSupportContext(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key) Acquire a RIB Support Context for a AFI/SAFI combination.- Parameters:
key- Tables key with AFI/SAFI key- Returns:
- RIBSupport instance, or null if the AFI/SAFI is not implemented.
-