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 classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass 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 classAppPeerclassBgpPeer -
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 classBGPPeerStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPPeerStateConsumer Modifier and Type Method Description voidBGPStateCollectorImpl. bind(BGPPeerStateConsumer bgpState)voidBGPStateCollectorImpl. 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 voidBGPStateProvider. bind(BGPPeerStateConsumer bgpState)registerRib/Peer state.voidBGPStateProvider. unbind(BGPPeerStateConsumer bgpState)Unregister Peer state.
-