| 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 | 
|---|---|
BGPPeerState | 
BgpPeer.getPeerState()  | 
BGPPeerState | 
AppPeer.getPeerState()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BGPPeerStateImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
BGPPeerState | 
BGPPeerStateImpl.getPeerState()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BGPPeerState> | 
BGPStateCollectorImpl.getPeerStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
@Nullable BGPPeerState | 
BGPPeerStateConsumer.getPeerState()
Returns Peer Operational State. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AfiSafis | 
NeighborUtil.buildAfisSafis(@NonNull BGPPeerState neighbor,
              @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Builds  Neighbor Afi Safi containing AfiSafi State. 
 | 
static @NonNull Neighbor | 
NeighborUtil.buildNeighbor(@NonNull BGPPeerState neighbor,
             @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Build a list of neighbors containing Operational State from a list of BGPPeerState. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.