Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPPeerMessagesState
Package
Description
-
Uses of BGPPeerMessagesState 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 BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.impl.state
Modifier and TypeMethodDescriptionfinal BGPPeerMessagesState
BGPPeerStateImpl.getBGPPeerMessagesState()
-
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.rib.spi.state
Modifier and TypeMethodDescription@Nullable BGPPeerMessagesState
BGPPeerState.getBGPPeerMessagesState()
BGP Message Operational State. -
Uses of BGPPeerMessagesState in org.opendaylight.protocol.bgp.state
Modifier 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.