Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerMessagesState
-
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPPeerMessagesState Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
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 BGPPeerMessagesState Modifier and Type Class Description class
BGPPeerStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPPeerMessagesState Modifier and Type Method Description 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 BGPPeerMessagesState Modifier and Type Method Description @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 BGPPeerMessagesState Modifier and Type Method Description static @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.
-