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
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates>
getAddPathRouteKeyIdentifiers()
Route Identifier List of withdrawn routes to advertize peers supporting additional Path.org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
getNonAddPathRouteKeyIdentifier()
abstract List<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates>
getStaleRouteKeyIdentifiers()
Route Identifier List of withdrawn routes to advertize peers supporting additional Path.abstract boolean
isNonAddPathBestPathNew()
Route Identifier of withdrawn routes to advertize peers no supporting additional Path.
-
-
-
Method Detail
-
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
-
-