Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerState
Package
Description
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl
Modifier and TypeClassDescriptionclass
Application Peer is a special case of BGP peer.class
Class representing a peer. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.config
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.state
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.spi.state
Modifier and TypeMethodDescription@Nullable BGPPeerState
BGPPeerStateProvider.getPeerState()
Returns Peer Operational State.Modifier and TypeMethodDescriptionBGPStateProvider.getPeerStats()
List of Registered BGP Peer States. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.state
Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic @Nullable Neighbors
NeighborUtil.buildNeighbors
(@NonNull List<BGPPeerState> peerStats, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build a Openconfig Neighbors container with all Neighbors Stats from a list of BGPPeerGroupState.static @Nullable PeerGroups
PeerGroupUtil.buildPeerGroups
(@NonNull List<BGPPeerState> bgpStateConsumer) Build Openconfig PeerGroups containing Peer group stats from a list of BGPPeerGroupState.static @NonNull PeerGroup
PeerGroupUtil.buildPeerGroupState
(@NonNull String groupId, @NonNull List<BGPPeerState> groups) Build Openconfig PeerGroup containing Peer group stats from BGPPeerGroupState.