Interface BGPStateProvider

All Known Implementing Classes:
BGPStateCollector

@NonNullByDefault public interface BGPStateProvider
Provides operational state of BGP (BGPRibStates /BGPPeerStates).
  • Method Details Link icon

    • getRibStats Link icon

      List<BGPRibState> getRibStats()
      List of Registered BGP Rib States.
      Returns:
      ribs stats
    • getPeerStats Link icon

      List<BGPPeerState> getPeerStats()
      List of Registered BGP Peer States.
      Returns:
      peers stats