Class BGPPeerTrackerImpl

    • Constructor Detail

      • BGPPeerTrackerImpl

        public BGPPeerTrackerImpl()
    • Method Detail

      • registerPeer

        public org.opendaylight.yangtools.concepts.Registration registerPeer​(Peer peer)
        Description copied from interface: BGPPeerTracker
        Register Peer.
        Specified by:
        registerPeer in interface BGPPeerTracker
        Parameters:
        peer - Peer
        Returns:
        registration tickets
      • getPeers

        public List<Peer> getPeers()
        Description copied from interface: BGPPeerTracker
        Returns map of PeerId per PeerRole. Role with none peerId will be filtered.
        Specified by:
        getPeers in interface BGPPeerTracker
        Returns:
        Returns map of Peer group by PeerRole
      • getNonInternalPeers

        public List<Peer> getNonInternalPeers()
        Description copied from interface: BGPPeerTracker
        Returns map of PeerId per PeerRole, filtering internal Peers. Role with none peerId will be filtered.
        Specified by:
        getNonInternalPeers in interface BGPPeerTracker
        Returns:
        Returns map of Peer group by PeerRole