public final class StaleBestPathRoute<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>,R extends Route & org.opendaylight.yangtools.yang.binding.ChildOf<? super S> & org.opendaylight.yangtools.yang.binding.Identifiable<I>,I extends org.opendaylight.yangtools.yang.binding.Identifier<R>> extends Object
Constructor and Description |
---|
StaleBestPathRoute(RIBSupport<C,S,R,I> ribSupport,
String routeKey) |
StaleBestPathRoute(RIBSupport<C,S,R,I> ribSupport,
String routeKey,
List<Long> staleRoutesPathIds,
List<Long> withdrawalRoutePathIds,
boolean isNonAddPathBestPathNew) |
Modifier and Type | Method and Description |
---|---|
List<I> |
getAddPathRouteKeyIdentifiers()
Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
|
I |
getNonAddPathRouteKeyIdentifier() |
List<I> |
getStaleRouteKeyIdentifiers()
Route Identifier List of withdrawn routes to advertize peers supporting additional Path.
|
boolean |
isNonAddPathBestPathNew()
Route Identifier of withdrawn routes to advertize peers no supporting additional Path.
|
public StaleBestPathRoute(RIBSupport<C,S,R,I> ribSupport, String routeKey, List<Long> staleRoutesPathIds, List<Long> withdrawalRoutePathIds, boolean isNonAddPathBestPathNew)
public I getNonAddPathRouteKeyIdentifier()
public List<I> getStaleRouteKeyIdentifiers()
public List<I> getAddPathRouteKeyIdentifiers()
public boolean isNonAddPathBestPathNew()
Copyright © 2019 OpenDaylight. All rights reserved.