Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerState
-
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerState Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BGPPeerState Modifier and Type Method Description BGPPeerState
AppPeer. getPeerState()
BGPPeerState
BgpPeer. getPeerState()
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerState Modifier and Type Class Description class
BGPPeerStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerState Modifier and Type Method Description BGPPeerState
BGPPeerStateImpl. getPeerState()
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return types with arguments of type BGPPeerState Modifier and Type Method Description List<BGPPeerState>
BGPStateCollectorImpl. getPeerStats()
-
Uses of BGPPeerState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPPeerState Modifier and Type Method Description @Nullable BGPPeerState
BGPPeerStateConsumer. getPeerState()
Returns Peer Operational State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return types with arguments of type BGPPeerState Modifier and Type Method Description @NonNull List<BGPPeerState>
BGPStateConsumer. getPeerStats()
List of Registered BGP Peer State. -
Uses of BGPPeerState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPPeerState Modifier and Type Method 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.Method parameters in org.opendaylight.protocol.bgp.state with type arguments of type BGPPeerState Modifier and Type Method Description static @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.
-