Uses of Interface
org.opendaylight.protocol.bgp.rib.impl.spi.RIB
-
Packages that use RIB Package Description org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.impl.config -
-
Uses of RIB in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement RIB Modifier and Type Class Description class
RIBImpl
Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type RIB Constructor Description ApplicationPeer(BGPTableTypeRegistryConsumer tableTypeRegistry, ApplicationRibId applicationRibId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone ipAddress, RIB rib)
BGPPeer(BGPTableTypeRegistryConsumer tableTypeRegistry, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone neighborAddress, String peerGroupName, RIB rib, PeerRole role, ClusterIdentifier clusterId, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, Set<TablesKey> afiSafisAdvertized, Set<TablesKey> afiSafisGracefulAdvertized, Map<TablesKey,Integer> llGracefulTablesAdvertised, BgpPeer bgpPeer)
-
Uses of RIB in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement RIB Modifier and Type Class Description class
RibImpl
-