Uses of Class
org.opendaylight.protocol.bgp.rib.spi.entry.AdvertizedRoute
-
Packages that use AdvertizedRoute Package Description org.opendaylight.protocol.bgp.mode.api org.opendaylight.protocol.bgp.mode.impl.add -
-
Uses of AdvertizedRoute in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return types with arguments of type AdvertizedRoute Modifier and Type Method Description @NonNull List<AdvertizedRoute<C,S,R,I>>
RouteEntry. newBestPaths(@NonNull RIBSupport<C,S,R,I> ribSupport, @NonNull String routeKey)
Returns collection of best path routes after processing update of stale and new advertisement of routes. -
Uses of AdvertizedRoute in org.opendaylight.protocol.bgp.mode.impl.add
Methods in org.opendaylight.protocol.bgp.mode.impl.add that return types with arguments of type AdvertizedRoute Modifier and Type Method Description List<AdvertizedRoute<C,S,R,I>>
AddPathAbstractRouteEntry. newBestPaths(RIBSupport<C,S,R,I> ribSupport, String routeKey)
-