Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerMessagesState
Packages that use BGPPeerMessagesState
Package
Description
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerMessagesStateModifier and TypeClassDescriptionclass
Application Peer is a special case of BGP peer.class
Class representing a peer. -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPPeerMessagesStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerMessagesStateModifier and TypeMethodDescriptionfinal BGPPeerMessagesState
BGPPeerStateImpl.getBGPPeerMessagesState()
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPPeerMessagesStateModifier and TypeMethodDescription@Nullable BGPPeerMessagesState
BGPPeerState.getBGPPeerMessagesState()
BGP Message Operational State. -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPPeerMessagesStateModifier and TypeMethodDescriptionstatic @NonNull BgpNeighborStateAugmentation
NeighborUtil.buildMessageState
(@NonNull BGPPeerMessagesState neighbor) Builds Bgp Neighbor State containing Message State.static @Nullable State
NeighborUtil.buildNeighborState
(@Nullable BGPSessionState sessionState, BGPPeerMessagesState bgpPeerMessagesState) Builds Neighbor State from BGPPeerState counters.