Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPAfiSafiState
Packages that use BGPAfiSafiState
Package
Description
-
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPAfiSafiStateModifier and TypeClassDescriptionclass
Application Peer is a special case of BGP peer.class
Class representing a peer. -
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPAfiSafiState -
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPAfiSafiStateModifier and TypeMethodDescription@NonNull BGPAfiSafiState
BGPPeerState.getBGPAfiSafiState()
Afi Safi Operational State. -
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPAfiSafiStateModifier and TypeMethodDescriptionstatic @NonNull Map<AfiSafiKey,
AfiSafi> NeighborUtil.buildAfisSafisState
(@NonNull BGPAfiSafiState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build List of afi safi containing State per Afi Safi.