Class StaleBestPathRoute
java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.entry.StaleBestPathRoute
Routes to be removed from Data Store.
- Author:
- Claudio D. Gasparini
-
Constructor Summary
ModifierConstructorDescriptionprotected
StaleBestPathRoute
(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates nonAddPathRouteKeyIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionabstract 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.
-
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
-