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>>
java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute<C,S>
org.opendaylight.protocol.bgp.rib.spi.entry.ActualBestPathRoutes<C,S>
- All Implemented Interfaces:
RouteKeyIdentifier
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>>
extends AbstractAdvertizedRoute<C,S>
Preexistent routes to be advertized before process any route advertized by the peer.
- Author:
- Claudio D. Gasparini
-
Constructor Summary
ConstructorDescriptionActualBestPathRoutes
(RIBSupport<C, S> ribSupport, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PeerId fromPeerId, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, boolean depreferenced) -
Method Summary
Methods inherited from class org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute
getAddPathRouteKeyIdentifier, getAttributes, getFromPeerId, getNonAddPathRouteKeyIdentifier, getRoute, isDepreferenced
-
Constructor Details
-
ActualBestPathRoutes
public ActualBestPathRoutes(RIBSupport<C, S> ribSupport, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PeerId fromPeerId, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, boolean depreferenced)
-