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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    <C extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.Tables>, S extends org.opendaylight.yangtools.yang.binding.ChildOf<? super C>>
    RouteEntry<C,S>
    Create a RouteEntry.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AllPathSelection

      public AllPathSelection()
  • Method Details

    • createRouteEntry

      public <C extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.tables.Routes & org.opendaylight.yangtools.yang.binding.DataObject & org.opendaylight.yangtools.yang.binding.ChoiceIn<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.rib.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 interface PathSelectionMode
      Returns:
      ComplexRouteEntry if is complex otherwise a SimpleRouteEntry
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable