Modifier and Type | Method and Description |
---|---|
void |
RouteEntry.updateRoute(TablesKey localTK,
ExportPolicyPeerTracker peerPT,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier locRibTarget,
RIBSupport ribSupport,
org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction tx,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument routeIdPA)
Update LocRibOut and AdjRibsOut by removing stale best path and writing new best
|
void |
RouteEntry.writeRoute(PeerId peerId,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument routeId,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier rootPath,
PeerExportGroup peerGroup,
TablesKey localTK,
ExportPolicyPeerTracker peerPT,
RIBSupport ribSupport,
org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction tx)
Write Route on LocRibOut and AdjRibsOut
|
Modifier and Type | Method and Description |
---|---|
void |
AddPathAbstractRouteEntry.updateRoute(TablesKey localTK,
ExportPolicyPeerTracker peerPT,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier locRibTarget,
RIBSupport ribSupport,
org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction tx,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument routeIdPA) |
void |
AddPathAbstractRouteEntry.writeRoute(PeerId destPeer,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument routeId,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier rootPath,
PeerExportGroup peerGroup,
TablesKey localTK,
ExportPolicyPeerTracker peerPT,
RIBSupport ribSup,
org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction tx) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
AbstractRouteEntry.filterRoutes(PeerId rootPeer,
PeerId destPeer,
ExportPolicyPeerTracker peerPT,
TablesKey localTK,
PeerRole destPeerRole) |
protected static PeerRole |
AbstractRouteEntry.getRoutePeerIdRole(ExportPolicyPeerTracker peerPT,
PeerId routePeerId) |
Modifier and Type | Method and Description |
---|---|
ExportPolicyPeerTracker |
RIBImpl.getExportPolicyPeerTracker(TablesKey tablesKey) |
Modifier and Type | Method and Description |
---|---|
ExportPolicyPeerTracker |
RibImpl.getExportPolicyPeerTracker(TablesKey tablesKey) |
Modifier and Type | Method and Description |
---|---|
ExportPolicyPeerTracker |
RIB.getExportPolicyPeerTracker(TablesKey tablesKey)
Returns ExportPolicyPeerTracker for specific tableKey, where peer can register himself
as supporting the table.
|
Copyright © 2018 OpenDaylight. All rights reserved.