Class AdvertizedRoute
java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.entry.AbstractAdvertizedRoute
org.opendaylight.protocol.bgp.rib.spi.entry.AdvertizedRoute
- All Implemented Interfaces:
RouteKeyIdentifier
new Routes to be advertized.
- Author:
- Claudio D. Gasparini
-
Constructor Summary
ConstructorsConstructorDescriptionAdvertizedRoute(RIBSupport<?, ?> 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<?, ?> 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<?, ?> 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<?, ?> 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()
-