Class AddPathBestNPathSelection
- java.lang.Object
-
- org.opendaylight.protocol.bgp.mode.impl.add.n.paths.AddPathBestNPathSelection
-
- All Implemented Interfaces:
AutoCloseable
,PathSelectionMode
public final class AddPathBestNPathSelection extends Object implements PathSelectionMode
-
-
Constructor Summary
Constructors Constructor Description AddPathBestNPathSelection(int npaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
<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>createRouteEntry()
Create a RouteEntry.
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
createRouteEntry
public <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> createRouteEntry()
Description copied from interface:PathSelectionMode
Create a RouteEntry.- Specified by:
createRouteEntry
in interfacePathSelectionMode
- Returns:
- ComplexRouteEntry if is complex otherwise a SimpleRouteEntry
-
-