Class AdvertizedRoute<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.AdvertizedRoute<C,S>
- All Implemented Interfaces:
RouteKeyIdentifier
public final class AdvertizedRoute<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>
new Routes to be advertized.
- Author:
- Claudio D. Gasparini
-
Constructor Summary
ConstructorDescriptionAdvertizedRoute
(RIBSupport<C, S> ribSupport, boolean isFirstBestPath, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced) AdvertizedRoute
(RIBSupport<C, S> ribSupport, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced) -
Method Summary
Methods inherited from class org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute
getAddPathRouteKeyIdentifier, getAttributes, getFromPeerId, getNonAddPathRouteKeyIdentifier, getRoute, isDepreferenced
-
Constructor Details
-
AdvertizedRoute
public AdvertizedRoute(RIBSupport<C, S> ribSupport, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced) -
AdvertizedRoute
public AdvertizedRoute(RIBSupport<C, S> ribSupport, boolean isFirstBestPath, org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, PeerId fromPeerId, boolean depreferenced)
-
-
Method Details
-
isFirstBestPath
public boolean isFirstBestPath()
-