Interface BGPStateProvider
-
- All Known Implementing Classes:
BGPStateCollector
@NonNullByDefault public interface BGPStateProvider
Provides operational state of BGP (BGPRibState
s /BGPPeerState
s).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BGPPeerState>
getPeerStats()
List of Registered BGP Peer States.List<BGPRibState>
getRibStats()
List of Registered BGP Rib States.
-
-
-
Method Detail
-
getRibStats
List<BGPRibState> getRibStats()
List of Registered BGP Rib States.- Returns:
- ribs stats
-
getPeerStats
List<BGPPeerState> getPeerStats()
List of Registered BGP Peer States.- Returns:
- peers stats
-
-