Uses of Interface
org.opendaylight.protocol.bgp.mode.api.RouteEntry
Package
Description
-
Uses of RouteEntry in org.opendaylight.protocol.bgp.mode.api
Modifier and TypeMethodDescription<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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescription<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
Modifier and TypeMethodDescription<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()