Uses of Interface
org.opendaylight.protocol.bgp.rib.RibReference
-
-
Uses of RibReference in org.opendaylight.bgpcep.bgp.topology.provider
Constructors in org.opendaylight.bgpcep.bgp.topology.provider with parameters of type RibReference Constructor Description AbstractTopologyBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types, Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi)
AbstractTopologyBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.TopologyTypes types, Class<? extends AddressFamily> afi, Class<? extends SubsequentAddressFamily> safi, long listenerResetLimitInMillsec, int listenerResetEnforceCounter)
Ipv4ReachabilityTopologyBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId)
Ipv6ReachabilityTopologyBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId)
LinkstateGraphBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId, ConnectedGraphProvider provider)
LinkstateTopologyBuilder(org.opendaylight.mdsal.binding.api.DataBroker dataProvider, RibReference locRibReference, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId topologyId)
-
Uses of RibReference in org.opendaylight.protocol.bgp.rib
Classes in org.opendaylight.protocol.bgp.rib that implement RibReference Modifier and Type Class Description class
DefaultRibReference
-
Uses of RibReference in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement RibReference Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer.class
RIBImpl
-
Uses of RibReference in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement RibReference Modifier and Type Class Description class
RibImpl
-
Uses of RibReference in org.opendaylight.protocol.bgp.rib.impl.spi
Subinterfaces of RibReference in org.opendaylight.protocol.bgp.rib.impl.spi Modifier and Type Interface Description interface
RIB
Internal reference to a RIB instance. -
Uses of RibReference in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement RibReference Modifier and Type Class Description class
BGPPeerStateImpl
class
BGPRibStateImpl
-
Uses of RibReference in org.opendaylight.protocol.bgp.rib.spi.state
Subinterfaces of RibReference in org.opendaylight.protocol.bgp.rib.spi.state Modifier and Type Interface Description interface
BGPPeerState
Representing operational state related to a particular BGP neighbor.interface
BGPRibState
Representing RIB Operational State information.
-