Interface BGPStateProvider
- All Known Implementing Classes:
BGPStateCollector
@NonNullByDefault
public interface BGPStateProvider
Provides operational state of BGP (
BGPRibState
s /BGPPeerState
s).-
Method Summary
Modifier and TypeMethodDescriptionList of Registered BGP Peer States.List of Registered BGP Rib States.
-
Method Details
-
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
-