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 classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass 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 classBgpPeer -
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 classBGPPeerStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state with parameters of type BGPPeerStateProvider Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPStateCollector. 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.RegistrationBGPStateProviderRegistry. register(BGPPeerStateProvider peerStateProvider)Register peer state provider.
-