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,R,I>>
RouteEntry. actualBestPaths(@NonNull RIBSupport<C,S,R,I> 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,R,I>>
AddPathAbstractRouteEntry. actualBestPaths(RIBSupport<C,S,R,I> 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>,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. initializeRibOut(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C,S,R,I>> 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>,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. reEvaluateAdvertizement(@NonNull RouteEntryDependenciesContainer entryDep, @NonNull List<ActualBestPathRoutes<C,S,R,I>> routes)
Applies all policies through all present routes, and advertize/withdraws based on new results.
-