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 classRIBImpl -
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 BGPRibStateRibImpl. 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 classBGPRibStateImplMethods in org.opendaylight.protocol.bgp.rib.impl.state that return BGPRibState Modifier and Type Method Description BGPRibStateBGPRibStateImpl. 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>BGPStateCollectorImpl. 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 BGPRibStateBGPRibStateConsumer. 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 @NonNull List<BGPRibState>BGPStateConsumer. 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 AfiSafiGlobalUtil. 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 GlobalGlobalUtil. buildGlobal(BGPRibState ribState, BGPTableTypeRegistryConsumer bgpTableTypeRegistry)Build Openconfig Global containing RIB group stats from a list of BGP RIB State.static @NonNull StateGlobalUtil. buildState(BGPRibState ribState)Build Openconfig Global State.
-