Uses of Interface
org.opendaylight.protocol.bgp.mode.api.RouteEntry
-
-
Uses of RouteEntry in org.opendaylight.protocol.bgp.mode.api
Methods in org.opendaylight.protocol.bgp.mode.api that return RouteEntry 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>>
@NonNull RouteEntry<C,S>PathSelectionMode. createRouteEntry()
Create a RouteEntry. -
Uses of RouteEntry in org.opendaylight.protocol.bgp.mode.impl.add
Classes in org.opendaylight.protocol.bgp.mode.impl.add that implement RouteEntry Modifier and Type Class Description class
AddPathAbstractRouteEntry<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>>
A single route entry inside a route table. -
Uses of RouteEntry in org.opendaylight.protocol.bgp.mode.impl.add.all.paths
Methods in org.opendaylight.protocol.bgp.mode.impl.add.all.paths that return RouteEntry 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>>
RouteEntry<C,S>AllPathSelection. createRouteEntry()
-
Uses of RouteEntry in org.opendaylight.protocol.bgp.mode.impl.add.n.paths
Methods in org.opendaylight.protocol.bgp.mode.impl.add.n.paths that return RouteEntry 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>>
RouteEntry<C,S>AddPathBestNPathSelection. createRouteEntry()
-