Interface RIBSupportContextRegistry


public interface RIBSupportContextRegistry
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable RIBSupport<?,?>
    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.
    Acquire a RIB Support Context for a AFI/SAFI combination.
    getRIBSupportContext(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key)
    Acquire a RIB Support Context for a AFI/SAFI combination.
  • Method Details

    • getRIBSupport

      @Nullable RIBSupport<?,?> getRIBSupport(TablesKey key)
      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

      @Nullable RIBSupportContext getRIBSupportContext(TablesKey key)
      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.