Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPAfiSafiState
-
-
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPAfiSafiState Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
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 Modifier and Type Class Description class
BGPPeerStateImpl
-
Uses of BGPAfiSafiState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPAfiSafiState Modifier and Type Method Description @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 BGPAfiSafiState Modifier and Type Method Description static @NonNull List<AfiSafi>
NeighborUtil. buildAfisSafisState(@NonNull BGPAfiSafiState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Build List of afi safi containing State per Afi Safi.
-