Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerStateProvider
-
-
Uses of BGPPeerStateProvider in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerStateProvider Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of BGPPeerStateProvider in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement BGPPeerStateProvider Modifier and Type Class Description class
BgpPeer
-
Uses of BGPPeerStateProvider in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerStateProvider Modifier and Type Class Description class
BGPPeerStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPPeerStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPStateCollector. register(BGPPeerStateProvider peerStateProvider)
-
Uses of BGPPeerStateProvider in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state with parameters of type BGPPeerStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.Registration
BGPStateProviderRegistry. register(BGPPeerStateProvider peerStateProvider)
Register peer state provider.
-