Class SimpleRIBExtensionProviderContext

    • Constructor Detail

      • SimpleRIBExtensionProviderContext

        public SimpleRIBExtensionProviderContext()
    • Method Detail

      • getRIBSupport

        public <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,​S extends org.opendaylight.yangtools.yang.binding.ChildOf<C>> RIBSupport<C,​S> getRIBSupport​(Class<? extends AddressFamily> afi,
                                                                                                                                                                                                                                                         Class<? extends SubsequentAddressFamily> safi)
        Description copied from interface: RIBExtensionConsumerContext
        Acquire a RIB implementation factory for a AFI/SAFI combination.
        Specified by:
        getRIBSupport in interface RIBExtensionConsumerContext
        Parameters:
        afi - Address Family Identifier
        safi - Subsequent Address Family identifier
        Returns:
        RIBSupport instance, or null if the AFI/SAFI is not implemented.
      • getRIBSupport

        public <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,​S extends org.opendaylight.yangtools.yang.binding.ChildOf<C>> RIBSupport<C,​S> getRIBSupport​(TablesKey key)
        Description copied from interface: RIBExtensionConsumerContext
        Acquire a RIB implementation factory for a AFI/SAFI combination.
        Specified by:
        getRIBSupport in interface RIBExtensionConsumerContext
        Parameters:
        key - AFI/SAFI key
        Returns:
        RIBSupport instance, or null if the AFI/SAFI is not implemented.
      • getRIBSupport

        public <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,​S extends org.opendaylight.yangtools.yang.binding.ChildOf<C>> RIBSupport<C,​S> getRIBSupport​(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates key)
        Description copied from interface: RIBExtensionConsumerContext
        Acquire a RIB implementation factory for a AFI/SAFI combination.
        Specified by:
        getRIBSupport in interface RIBExtensionConsumerContext
        Parameters:
        key - Tables key with AFI/SAFI
        Returns:
        RIBSupport instance, or null if the AFI/SAFI is not implemented.