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 |
---|---|
List<BGPRibState> |
BGPStateConsumer.getRibStats()
List of Registered BGP Rib States.
|
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 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 © 2019 OpenDaylight. All rights reserved.