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 classApplicationPeerApplication Peer is a special case of BGP peer.classBGPPeerClass 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 classBGPPeerStateImpl -
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 BGPAfiSafiStateBGPPeerState. 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 Map<AfiSafiKey,AfiSafi>NeighborUtil. buildAfisSafisState(@NonNull BGPAfiSafiState neighbor, @NonNull BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Build List of afi safi containing State per Afi Safi.
-