Class BGPRouteEntryExportParametersImpl
java.lang.Object
org.opendaylight.protocol.bgp.mode.impl.BGPRouteEntryExportParametersImpl
- All Implemented Interfaces:
- BGPRouteEntryExportParameters,- BGPRouteEntryImportParameters,- RouteTargetMembershipConsumer,- RTCCache
public final class BGPRouteEntryExportParametersImpl
extends Object
implements BGPRouteEntryExportParameters
- 
Constructor SummaryConstructorsConstructorDescriptionBGPRouteEntryExportParametersImpl(Peer fromPeer, Peer toPeer, String routeKey, RTCCache rtCache) 
- 
Method SummaryModifier and TypeMethodDescriptionCache of RTC routes advertized per clients peers.Peer id of Peer route entry announcer.Peer id of Peer route entry announcer.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumberPeer local AS of route entry announcer.Peer id of Peer route entry announcer.Returns list of Route target advertized per Peer.Destination Route Key.Peer id of Peer route entry destiny.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumberPeer local AS of Peer route entry destiny.Peer id of Peer route entry destiny.
- 
Constructor Details- 
BGPRouteEntryExportParametersImpl
 
- 
- 
Method Details- 
getFromPeerRoleDescription copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
- getFromPeerRolein interface- BGPRouteEntryImportParameters
- Returns:
- peer Role of announcer Peer
 
- 
getFromPeerIdDescription copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
- getFromPeerIdin interface- BGPRouteEntryImportParameters
- Returns:
- peer Id of announcer Peer
 
- 
getFromClusterIdDescription copied from interface:BGPRouteEntryImportParametersPeer id of Peer route entry announcer.- Specified by:
- getFromClusterIdin interface- BGPRouteEntryImportParameters
- Returns:
- peer Id of announcer Peer
 
- 
getFromPeerLocalAspublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getFromPeerLocalAs()Description copied from interface:BGPRouteEntryImportParametersPeer local AS of route entry announcer.- Specified by:
- getFromPeerLocalAsin interface- BGPRouteEntryImportParameters
- Returns:
- peer Local AS
 
- 
getToPeerRoleDescription copied from interface:BGPRouteEntryExportParametersPeer id of Peer route entry destiny.- Specified by:
- getToPeerRolein interface- BGPRouteEntryExportParameters
- Returns:
- peer Role of announcer Peer
 
- 
getToPeerLocalAspublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber getToPeerLocalAs()Description copied from interface:BGPRouteEntryExportParametersPeer local AS of Peer route entry destiny.- Specified by:
- getToPeerLocalAsin interface- BGPRouteEntryExportParameters
- Returns:
- peer Local AS of destiny Peer
 
- 
getRouteKeyDescription copied from interface:BGPRouteEntryExportParametersDestination Route Key.- Specified by:
- getRouteKeyin interface- BGPRouteEntryExportParameters
- Returns:
- routeKey
 
- 
getToPeerIdDescription copied from interface:BGPRouteEntryExportParametersPeer id of Peer route entry destiny.- Specified by:
- getToPeerIdin interface- BGPRouteEntryExportParameters
- Returns:
- peer Id of announcer Peer
 
- 
getMembershipsDescription copied from interface:RouteTargetMembershipConsumerReturns list of Route target advertized per Peer.- Specified by:
- getMembershipsin interface- RouteTargetMembershipConsumer
 
- 
getClientRouteTargetContrainCacheDescription copied from interface:RTCCacheCache of RTC routes advertized per clients peers.- Specified by:
- getClientRouteTargetContrainCachein interface- RTCCache
- Returns:
- rtc cache
 
 
-