Class RouteEntryInfoImpl
- java.lang.Object
- 
- org.opendaylight.protocol.bgp.rib.impl.RouteEntryInfoImpl
 
- 
- All Implemented Interfaces:
- RouteEntryInfo
 
 public final class RouteEntryInfoImpl extends Object implements RouteEntryInfo 
- 
- 
Constructor SummaryConstructors Constructor Description RouteEntryInfoImpl(Peer peer, String key)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRouteKey()Returns route containing prefix.PeergetToPeer()peer Id where best path will be advertized.
 
- 
- 
- 
Method Detail- 
getToPeerpublic Peer getToPeer() Description copied from interface:RouteEntryInfopeer Id where best path will be advertized.- Specified by:
- getToPeerin interface- RouteEntryInfo
- Returns:
- PeerId
 
 - 
getRouteKeypublic String getRouteKey() Description copied from interface:RouteEntryInfoReturns route containing prefix.- Specified by:
- getRouteKeyin interface- RouteEntryInfo
- Returns:
- Route key
 
 
- 
 
-