Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPRibState
Package
Description
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.config
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.state
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.spi.state
Modifier and TypeMethodDescriptionBGPRibStateProvider.getRIBState()
Returns RIB Operational State.Modifier and TypeMethodDescriptionBGPStateProvider.getRibStats()
List of Registered BGP Rib States. -
Uses of BGPRibState in org.opendaylight.protocol.bgp.state
Modifier 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.