Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.Peer
Packages that use Peer
Package
Description
-
Uses of Peer in org.opendaylight.protocol.bgp.mode.impl
Constructors in org.opendaylight.protocol.bgp.mode.impl with parameters of type PeerModifierConstructorDescriptionBGPRouteEntryExportParametersImpl
(Peer fromPeer, Peer toPeer, String routeKey, RTCCache rtCache) -
Uses of Peer in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement PeerModifier and TypeClassDescriptionclass
Application Peer is a special case of BGP peer.class
Class representing a peer.Methods in org.opendaylight.protocol.bgp.rib.impl that return PeerMethods in org.opendaylight.protocol.bgp.rib.impl that return types with arguments of type PeerModifier and TypeMethodDescriptionBGPPeerTrackerImpl.getNonInternalPeers()
BGPPeerTrackerImpl.getPeers()
Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type PeerModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPPeerTrackerImpl.registerPeer
(Peer peer) Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type Peer -
Uses of Peer in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return PeerMethods in org.opendaylight.protocol.bgp.rib.spi that return types with arguments of type PeerModifier and TypeMethodDescriptionBGPPeerTracker.getNonInternalPeers()
Returns map of PeerId per PeerRole, filtering internal Peers.BGPPeerTracker.getPeers()
Returns map of PeerId per PeerRole.Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type PeerModifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.Registration
BGPPeerTracker.registerPeer
(@NonNull Peer peer) Register Peer. -
Uses of Peer in org.opendaylight.protocol.bgp.rib.spi.entry
Methods in org.opendaylight.protocol.bgp.rib.spi.entry that return Peer