Uses of Interface
org.opendaylight.protocol.bgp.rib.spi.PeerTrackerInformation
-
Packages that use PeerTrackerInformation Package Description org.opendaylight.protocol.bgp.rib.impl org.opendaylight.protocol.bgp.rib.spi -
-
Uses of PeerTrackerInformation in org.opendaylight.protocol.bgp.rib.impl
Classes in org.opendaylight.protocol.bgp.rib.impl that implement PeerTrackerInformation Modifier and Type Class Description class
ApplicationPeer
Application Peer is a special case of BGP peer.class
BGPPeer
Class representing a peer. -
Uses of PeerTrackerInformation in org.opendaylight.protocol.bgp.rib.spi
Subinterfaces of PeerTrackerInformation in org.opendaylight.protocol.bgp.rib.spi Modifier and Type Interface Description interface
Peer
Marker interface identifying a BGP peer.
-