Uses of Class
org.opendaylight.protocol.bgp.rib.spi.entry.ActualBestPathRoutes
-
Packages that use ActualBestPathRoutes Package Description org.opendaylight.protocol.bgp.mode.api org.opendaylight.protocol.bgp.mode.impl.add org.opendaylight.protocol.bgp.rib.spi -
-
Uses of ActualBestPathRoutes in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return types with arguments of type ActualBestPathRoutes Modifier and Type Method Description @NonNull List<ActualBestPathRoutes<C,S>>RouteEntry. actualBestPaths(@NonNull RIBSupport<C,S> ribSupport, @NonNull RouteEntryInfo entryInfo)Returns collections of present selected best path. -
Uses of ActualBestPathRoutes in org.opendaylight.protocol.bgp.mode.impl.add
Methods in org.opendaylight.protocol.bgp.mode.impl.add that return types with arguments of type ActualBestPathRoutes Modifier and Type Method Description List<ActualBestPathRoutes<C,S>>AddPathAbstractRouteEntry. actualBestPaths(RIBSupport<C,S> ribSupport, RouteEntryInfo entryInfo) -
Uses of ActualBestPathRoutes in org.opendaylight.protocol.bgp.rib.spi
Method parameters in org.opendaylight.protocol.bgp.rib.spi with type arguments of type ActualBestPathRoutes 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>>
voidPeer. initializeRibOut(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C,S>> routes)Stores under peers rib Out already present routes, before proceed to process any new route advertizement.<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>>
voidPeer. reEvaluateAdvertizement(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C,S>> routes)Applies all policies through all present routes, and advertize/withdraws based on new results.
-