public interface BGPRibState extends RibReference
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber |
getAs()
AS.
|
long |
getPathCount(TablesKey tablesKey)
Total Path Installed per specific TableKey.
|
Map<TablesKey,Long> |
getPathsCount()
Mapped Total Paths Count per TableKey.
|
long |
getPrefixesCount(TablesKey tablesKey)
Total Prefixes Installed per specific TableKey.
|
BgpId |
getRouteId()
BGP identifier.
|
Map<TablesKey,Long> |
getTablesPrefixesCount()
Prefixes count per tablesKey Type.
|
long |
getTotalPathsCount()
Total Paths Installed.
|
long |
getTotalPrefixesCount()
Total Prefixes Installed.
|
boolean |
isActive()
Indicates whether this instance is being actively managed and updated.
|
getInstanceIdentifier
boolean isActive()
@Nonnull Map<TablesKey,Long> getTablesPrefixesCount()
@Nonnull Map<TablesKey,Long> getPathsCount()
long getTotalPathsCount()
long getTotalPrefixesCount()
long getPathCount(TablesKey tablesKey)
tablesKey
- table keylong getPrefixesCount(TablesKey tablesKey)
tablesKey
- table key@Nonnull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getAs()
Copyright © 2019 OpenDaylight. All rights reserved.