Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPRibState
Packages that use BGPRibState
Package
Description
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPRibState -
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BGPRibState -
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPRibStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPRibStateMethods in org.opendaylight.protocol.bgp.rib.impl.state that return types with arguments of type BGPRibState -
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPRibStateModifier and TypeMethodDescriptionBGPRibStateProvider.getRIBState()
Returns RIB Operational State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return types with arguments of type BGPRibStateModifier and TypeMethodDescriptionBGPStateProvider.getRibStats()
List of Registered BGP Rib States. -
Uses of BGPRibState in org.opendaylight.protocol.bgp.state
Methods in org.opendaylight.protocol.bgp.state with parameters of type BGPRibStateModifier and TypeMethodDescriptionstatic @Nullable AfiSafi
GlobalUtil.buildAfiSafi
(BGPRibState ribState, TablesKey tablesKey, BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build Afi Safi containing State.static Map
<AfiSafiKey, AfiSafi> GlobalUtil.buildAfisSafis
(BGPRibState ribState, BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build per AFI SAFI Openconfig Global State containing RIB group stats from a list of BGP RIB State.static @NonNull Global
GlobalUtil.buildGlobal
(BGPRibState ribState, BGPTableTypeRegistryConsumer bgpTableTypeRegistry) Build Openconfig Global containing RIB group stats from a list of BGP RIB State.static @NonNull State
GlobalUtil.buildState
(BGPRibState ribState) Build Openconfig Global State.