Class StaleBestPathRoute

java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.entry.StaleBestPathRoute

public abstract class StaleBestPathRoute extends Object
Routes to be removed from Data Store.
Author:
Claudio D. Gasparini
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    StaleBestPathRoute(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates nonAddPathRouteKeyIdentifier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates>
    Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
    final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
     
    abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates>
    Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
    abstract boolean
    Route Identifier of withdrawn routes to advertize peers no supporting additional Path.

    Methods inherited from class java.lang.Object

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

    • StaleBestPathRoute

      protected StaleBestPathRoute(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates nonAddPathRouteKeyIdentifier)
  • Method Details

    • getNonAddPathRouteKeyIdentifier

      public final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates getNonAddPathRouteKeyIdentifier()
    • getStaleRouteKeyIdentifiers

      public abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates> getStaleRouteKeyIdentifiers()
      Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
      Returns:
      Route Identifier List
    • getAddPathRouteKeyIdentifiers

      public abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates> getAddPathRouteKeyIdentifiers()
      Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
      Returns:
      Route Identifier List
    • isNonAddPathBestPathNew

      public abstract boolean isNonAddPathBestPathNew()
      Route Identifier of withdrawn routes to advertize peers no supporting additional Path.
      Returns:
      Route Identifier