public interface BGPAfiSafiState extends BGPLlGracelfulRestartState
| Modifier and Type | Method and Description |
|---|---|
@NonNull Set<TablesKey> |
getAfiSafisAdvertized()
List of TablesKey - Afi Safi Advertized to the neighbor.
|
@NonNull Set<TablesKey> |
getAfiSafisReceived()
List of TablesKey - Afi Safi Advertized by neighbor.
|
long |
getPrefixesInstalledCount(@NonNull TablesKey tablesKey)
Prefixes installed per specific tablekey.
|
long |
getPrefixesReceivedCount(@NonNull TablesKey tablesKey)
Prefixed received from the peer count.
|
long |
getPrefixesSentCount(@NonNull TablesKey tablesKey)
Prefixed sent to the Peer count.
|
boolean |
isAfiSafiSupported(@NonNull TablesKey tablesKey)
is AfiSafi Supported.
|
getLlGracefulRestartTimer, isLlGracefulRestartAdvertised, isLlGracefulRestartReceivedgetMode, getPeerRestartTime, isGracefulRestartAdvertized, isGracefulRestartReceived, isLocalRestarting, isPeerRestartingboolean isAfiSafiSupported(@NonNull TablesKey tablesKey)
tablesKey - tables Keylong getPrefixesInstalledCount(@NonNull TablesKey tablesKey)
tablesKey - tables Keylong getPrefixesSentCount(@NonNull TablesKey tablesKey)
tablesKey - tablesKey Typelong getPrefixesReceivedCount(@NonNull TablesKey tablesKey)
tablesKey - tablesKey Type@NonNull Set<TablesKey> getAfiSafisAdvertized()
Copyright © 2020 OpenDaylight. All rights reserved.