Class AllPathSelection
java.lang.Object
org.opendaylight.protocol.bgp.mode.impl.add.all.paths.AllPathSelection
- All Implemented Interfaces:
AutoCloseable
,PathSelectionMode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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> Create a RouteEntry.
-
Constructor Details
-
AllPathSelection
public AllPathSelection()
-
-
Method Details
-
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
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-