Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.state.BGPRibState
-
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement BGPRibState Modifier and Type Class Description class
RIBImpl
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.config
Methods in org.opendaylight.protocol.bgp.rib.impl.config that return BGPRibState Modifier and Type Method Description BGPRibState
RibImpl. getRIBState()
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.impl.state
Classes in org.opendaylight.protocol.bgp.rib.impl.state that implement BGPRibState Modifier and Type Class Description class
BGPRibStateImpl
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPRibState Modifier and Type Method Description BGPRibState
BGPRibStateImpl. getRIBState()
Methods in org.opendaylight.protocol.bgp.rib.impl.state that return types with arguments of type BGPRibState Modifier and Type Method Description List<BGPRibState>
BGPStateCollector. getRibStats()
-
Uses of BGPRibState in org.opendaylight.protocol.bgp.rib.spi.state
Methods in org.opendaylight.protocol.bgp.rib.spi.state that return BGPRibState Modifier and Type Method Description BGPRibState
BGPRibStateProvider. getRIBState()
Returns RIB Operational State.Methods in org.opendaylight.protocol.bgp.rib.spi.state that return types with arguments of type BGPRibState Modifier and Type Method Description List<BGPRibState>
BGPStateProvider. 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 BGPRibState Modifier and Type Method Description static @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.
-