Class AllPathSelection
- java.lang.Object
-
- org.opendaylight.protocol.bgp.mode.impl.add.all.paths.AllPathSelection
-
- All Implemented Interfaces:
AutoCloseable
,PathSelectionMode
public final class AllPathSelection extends Object implements PathSelectionMode
-
-
Constructor Summary
Constructors Constructor Description AllPathSelection()
-
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>,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>>
RouteEntry<C,S,R,I>createRouteEntry()
Create a RouteEntry.
-
-
-
Method Detail
-
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>,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>> RouteEntry<C,S,R,I> createRouteEntry()
Description copied from interface:PathSelectionMode
Create a RouteEntry.- Specified by:
createRouteEntry
in interfacePathSelectionMode
- Returns:
- ComplexRouteEntry if is complex otherwise a SimpleRouteEntry
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-