Uses of Class
org.opendaylight.protocol.bgp.rib.spi.entry.StaleBestPathRoute
-
Packages that use StaleBestPathRoute Package Description org.opendaylight.protocol.bgp.mode.api org.opendaylight.protocol.bgp.mode.impl.add org.opendaylight.protocol.bgp.rib.spi -
-
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return types with arguments of type StaleBestPathRoute Modifier and Type Method Description @NonNull Optional<StaleBestPathRoute<C,S,R,I>>
RouteEntry. removeStalePaths(@NonNull RIBSupport<C,S,R,I> ribSupport, @NonNull String routeKey)
Returns list of stale best path. -
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.mode.impl.add
Methods in org.opendaylight.protocol.bgp.mode.impl.add that return types with arguments of type StaleBestPathRoute Modifier and Type Method Description Optional<StaleBestPathRoute<C,S,R,I>>
AddPathAbstractRouteEntry. removeStalePaths(RIBSupport<C,S,R,I> ribSupport, String routeKey)
-
Uses of StaleBestPathRoute in org.opendaylight.protocol.bgp.rib.spi
Method parameters in org.opendaylight.protocol.bgp.rib.spi with type arguments of type StaleBestPathRoute Modifier and Type Method Description <C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<Tables>,S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>,R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>>
voidPeer. refreshRibOut(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<StaleBestPathRoute<C,S,R,I>> staleRoutes, @NonNull List<AdvertizedRoute<C,S,R,I>> newRoutes)
Update peers ribout after path selection processing.
-