| Modifier and Type | Class and Description | 
|---|---|
class  | 
RIBImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
BGPRibState | 
RibImpl.getRIBState()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BGPRibStateImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
BGPRibState | 
BGPRibStateImpl.getRIBState()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BGPRibState> | 
BGPStateCollectorImpl.getRibStats()  | 
| Modifier and Type | Method and Description | 
|---|---|
BGPRibState | 
BGPRibStateConsumer.getRIBState()
Returns RIB Operational State. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AfiSafi | 
GlobalUtil.buildAfiSafi(BGPRibState ribState,
            TablesKey tablesKey,
            BGPTableTypeRegistryConsumer bgpTableTypeRegistry)
Build Afi Safi containing State. 
 | 
static List<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 State | 
GlobalUtil.buildState(BGPRibState ribState)
Build Openconfig Global State. 
 | 
Copyright © 2020 OpenDaylight. All rights reserved.