| 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 | 
| Constructor and Description | 
|---|
BGPRouteEntryExportParametersImpl(Peer fromPeer,
                                 Peer toPeer,
                                 String routeKey,
                                 RTCCache rtCache)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApplicationPeer
Application Peer is a special case of BGP peer. 
 | 
class  | 
BGPPeer
Class representing a peer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Peer | 
BGPPeerTrackerImpl.getPeer(PeerId peerId)  | 
Peer | 
RouteEntryInfoImpl.getToPeer()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Peer> | 
BGPPeerTrackerImpl.getNonInternalPeers()  | 
List<Peer> | 
BGPPeerTrackerImpl.getPeers()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.Registration | 
BGPPeerTrackerImpl.registerPeer(Peer peer)  | 
| Constructor and Description | 
|---|
RouteEntryInfoImpl(Peer peer,
                  String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
@Nullable Peer | 
BGPPeerTracker.getPeer(@NonNull PeerId peerId)
Returns Peer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.Registration | 
BGPPeerTracker.registerPeer(@NonNull Peer peer)
Register Peer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Peer | 
RouteEntryInfo.getToPeer()
peer Id where best path will be advertized. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.