Class ActualBestPathRoutes<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>>
- java.lang.Object
-
- org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute<C,S,R,I>
-
- org.opendaylight.protocol.bgp.rib.spi.entry.ActualBestPathRoutes<C,S,R,I>
-
- All Implemented Interfaces:
RouteKeyIdentifier<R,I>
public final class ActualBestPathRoutes<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 AbstractAdvertizedRoute<C,S,R,I>
Preexistent routes to be advertized before process any route advertized by the peer.- Author:
- Claudio D. Gasparini
-
-
Constructor Summary
Constructors Constructor Description ActualBestPathRoutes(RIBSupport<C,S,R,I> ribSupport, R route, PeerId fromPeerId, Attributes attributes, boolean depreferenced)
-
Method Summary
-
Methods inherited from class org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute
getAddPathRouteKeyIdentifier, getAttributes, getFromPeerId, getNonAddPathRouteKeyIdentifier, getRoute, isDepreferenced
-
-
-
-
Constructor Detail
-
ActualBestPathRoutes
public ActualBestPathRoutes(RIBSupport<C,S,R,I> ribSupport, R route, PeerId fromPeerId, Attributes attributes, boolean depreferenced)
-
-