Interface BGPStateConsumer
-
- All Known Implementing Classes:
BGPStateCollectorImpl
public interface BGPStateConsumer
Provides list with Operational State of BGP RIBs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull List<BGPPeerState>
getPeerStats()
List of Registered BGP Peer State.@NonNull List<BGPRibState>
getRibStats()
List of Registered BGP Rib States.
-
-
-
Method Detail
-
getRibStats
@NonNull List<BGPRibState> getRibStats()
List of Registered BGP Rib States.- Returns:
- ribs stats
-
getPeerStats
@NonNull List<BGPPeerState> getPeerStats()
List of Registered BGP Peer State.- Returns:
- peers stats
-
-