Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.Peer
-
Packages that use Peer Package Description org.opendaylight.protocol.bgp.mode.impl org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.spi org.opendaylight.protocol.bgp.rib.spi.entry -
-
Uses of Peer in org.opendaylight.protocol.bgp.mode.impl
Constructors in org.opendaylight.protocol.bgp.mode.impl with parameters of type Peer Constructor Description BGPRouteEntryExportParametersImpl(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 Peer Modifier and Type Class Description classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass representing a peer.Methods in org.opendaylight.protocol.bgp.rib.impl that return Peer Modifier and Type Method Description PeerBGPPeerTrackerImpl. getPeer(PeerId peerId)PeerRouteEntryInfoImpl. getToPeer()Methods in org.opendaylight.protocol.bgp.rib.impl that return types with arguments of type Peer Modifier and Type Method Description List<Peer>BGPPeerTrackerImpl. getNonInternalPeers()List<Peer>BGPPeerTrackerImpl. getPeers()Methods in org.opendaylight.protocol.bgp.rib.impl with parameters of type Peer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPPeerTrackerImpl. registerPeer(Peer peer)Constructors in org.opendaylight.protocol.bgp.rib.impl with parameters of type Peer Constructor Description RouteEntryInfoImpl(Peer peer, String key) -
Uses of Peer in org.opendaylight.protocol.bgp.rib.spi
Methods in org.opendaylight.protocol.bgp.rib.spi that return Peer Modifier and Type Method Description @Nullable PeerBGPPeerTracker. getPeer(@NonNull PeerId peerId)Returns Peer.Methods in org.opendaylight.protocol.bgp.rib.spi that return types with arguments of type Peer Modifier and Type Method Description @NonNull List<Peer>BGPPeerTracker. getNonInternalPeers()Returns map of PeerId per PeerRole, filtering internal Peers.@NonNull List<Peer>BGPPeerTracker. getPeers()Returns map of PeerId per PeerRole.Methods in org.opendaylight.protocol.bgp.rib.spi with parameters of type Peer Modifier and Type Method Description org.opendaylight.yangtools.concepts.RegistrationBGPPeerTracker. 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 Modifier and Type Method Description PeerRouteEntryInfo. getToPeer()peer Id where best path will be advertized.
-