| 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 |
|---|---|
AbstractRegistration |
BGPPeerTrackerImpl.registerPeer(Peer peer) |
| Constructor and Description |
|---|
RouteEntryInfoImpl(Peer peer,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Peer |
BGPPeerTracker.getPeer(PeerId peerId)
Returns Peer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Peer> |
BGPPeerTracker.getNonInternalPeers()
Returns map of PeerId per PeerRole, filtering internal Peers.
|
List<Peer> |
BGPPeerTracker.getPeers()
Returns map of PeerId per PeerRole.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRegistration |
BGPPeerTracker.registerPeer(Peer peer)
Register Peer.
|
| Modifier and Type | Method and Description |
|---|---|
Peer |
RouteEntryInfo.getToPeer()
peer Id where best path will be advertized.
|
Copyright © 2019 OpenDaylight. All rights reserved.