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() |
Constructor and Description |
---|
BGPRenderStatsImpl(BgpId bgpId,
RibId ribId,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs,
ClusterIdentifier clusterId,
BGPRIBState globalState,
Set<TablesKey> tablesKeys) |
RIBImplRuntimeMXBeanImpl(BgpId bgpId,
RibId ribId,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber localAs,
ClusterIdentifier clusterId,
BGPRIBState globalState,
Set<TablesKey> tablesKeys) |
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) |
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 © 2018 OpenDaylight. All rights reserved.