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 |
AppPeer.getPeerState() |
BGPPeerState |
BgpPeer.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 |
---|---|
BGPPeerState |
BGPPeerStateConsumer.getPeerState()
Returns Peer Operational State
|
Modifier and Type | Method and Description |
---|---|
List<BGPPeerState> |
BGPStateConsumer.getPeerStats()
List of Registered BGP Peer State
|
Modifier and Type | Method and Description |
---|---|
static AfiSafis |
NeighborUtil.buildAfisSafis(BGPPeerState neighbor,
BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Builds Neighbor Afi Safi containing AfiSafi State
|
static Neighbor |
NeighborUtil.buildNeighbor(BGPPeerState neighbor,
BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Build a list of neighbors containing Operational State from a list of BGPPeerState
|
Modifier and Type | Method and Description |
---|---|
static Neighbors |
NeighborUtil.buildNeighbors(List<BGPPeerState> peerStats,
BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Build a Openconfig Neighbors container with all Neighbors Stats from a list of
BGPPeerGroupState
|
static PeerGroups |
PeerGroupUtil.buildPeerGroups(List<BGPPeerState> bgpStateConsumer)
Build Openconfig PeerGroups containing Peer group stats from a list of BGPPeerGroupState
|
static PeerGroup |
PeerGroupUtil.buildPeerGroupState(String groupId,
List<BGPPeerState> groups)
Build Openconfig PeerGroup containing Peer group stats from BGPPeerGroupState
|
Copyright © 2018 OpenDaylight. All rights reserved.