Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerStateConsumer
-
-
Uses of BGPPeerStateConsumer in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerStateConsumer Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of BGPPeerStateConsumer in org.opendaylight.protocol.bgp.rib.impl.config
Classes in org.opendaylight.protocol.bgp.rib.impl.config that implement BGPPeerStateConsumer Modifier and Type Class Description class
AppPeer
class
BgpPeer
-
Uses of BGPPeerStateConsumer in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerStateConsumer Modifier and Type Class Description class
BGPPeerStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPPeerStateConsumer Modifier and Type Method Description void
BGPStateCollectorImpl. bind(BGPPeerStateConsumer bgpState)
void
BGPStateCollectorImpl. unbind(BGPPeerStateConsumer bgpState)
-
Uses of BGPPeerStateConsumer in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state with parameters of type BGPPeerStateConsumer Modifier and Type Method Description void
BGPStateProvider. bind(BGPPeerStateConsumer bgpState)
registerRib/Peer state.void
BGPStateProvider. unbind(BGPPeerStateConsumer bgpState)
Unregister Peer state.
-