public final class L3VpnMcastIpv6RIBSupport extends AbstractRIBSupport<C,S,L3vpnMcastRoute,L3vpnMcastRouteKey>
RIBSupport.ApplyRoutemappingService, ROUTE_KEY, routeDefaultYii| Modifier and Type | Method and Description |
|---|---|
protected DestinationL3vpnMcastIpv6AdvertizedCase |
buildDestination(Collection<org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode> routes) |
protected DestinationL3vpnMcastIpv6WithdrawnCase |
buildWithdrawnDestination(Collection<org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode> routes) |
com.google.common.collect.ImmutableCollection<Class<? extends org.opendaylight.yangtools.yang.binding.BindingObject>> |
cacheableNlriObjects() |
protected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix |
createPrefix(String prefix) |
L3vpnMcastRoute |
createRoute(L3vpnMcastRoute route,
L3vpnMcastRouteKey key,
Attributes attributes)
Creates a route with new path Id and attributes.
|
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates |
createRouteKey(org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode l3vpn) |
L3vpnMcastRouteKey |
createRouteListKey(PathId pathId,
String routeKey)
Construct a Route List Key using new path Id for Families.
|
L3vpnMcastRoutesIpv6 |
emptyRoutesContainer()
Return the table-type-specific empty routes container, as augmented into the
bgp-peer model under /peer/effect-rib-in/tables/routes choice node/routes container.
|
List<L3vpnMcastRoute> |
extractAdjRibInRoutes(Routes routes)
Extract a route list from the adj-rib-in instantiation of table routes.
|
PathId |
extractPathId(L3vpnMcastRouteKey routeListKey)
Given a route list key, return the associated path ID.
|
String |
extractRouteKey(L3vpnMcastRouteKey routeListKey)
Given a route list key, return the associated path ID.
|
static L3VpnMcastIpv6RIBSupport |
getInstance(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService) |
protected Collection<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates> |
processDestination(org.opendaylight.mdsal.dom.api.DOMDataTreeWriteTransaction tx,
org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier routesPath,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode destination,
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes,
RIBSupport.ApplyRoute function) |
attributeFromContainerNode, attributeToContainerNode, buildUpdate, changedRoutes, createRouteIdentifier, deleteRoutes, deleteRoutes, emptyTable, extractPrefix, extractRouteDistinguisher, fromNormalizedNode, getAfi, getSafi, getTablesKey, prefixNid, putRoutes, putRoutes, relativeRoutesPath, routeAttributesIdentifier, routeKeyTemplate, routeNid, routePathIdNid, routeQName, routesCaseClass, routesContainerClass, routesContainerIdentifier, routesListClass, routesPath, routesYangInstanceIdentifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcacheableAttributeObjects, createRouteListKey, routePathpublic static L3VpnMcastIpv6RIBSupport getInstance(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService)
protected DestinationL3vpnMcastIpv6AdvertizedCase buildDestination(Collection<org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode> routes)
buildDestination in class AbstractRIBSupport<L3vpnMcastRoutesIpv6Case,L3vpnMcastRoutesIpv6,L3vpnMcastRoute,L3vpnMcastRouteKey>protected DestinationL3vpnMcastIpv6WithdrawnCase buildWithdrawnDestination(Collection<org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode> routes)
public L3vpnMcastRoutesIpv6 emptyRoutesContainer()
RIBSupportprotected org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix createPrefix(String prefix)
public org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates createRouteKey(org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode l3vpn)
public List<L3vpnMcastRoute> extractAdjRibInRoutes(Routes routes)
RIBSupportroutes - Table route choicepublic final com.google.common.collect.ImmutableCollection<Class<? extends org.opendaylight.yangtools.yang.binding.BindingObject>> cacheableNlriObjects()
public final L3vpnMcastRoute createRoute(L3vpnMcastRoute route, L3vpnMcastRouteKey key, Attributes attributes)
RIBSupportroute - routekey - route keyattributes - route attributespublic final L3vpnMcastRouteKey createRouteListKey(PathId pathId, String routeKey)
RIBSupportpathId - The path identifierrouteKey - RouteKeyprotected final Collection<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates> processDestination(org.opendaylight.mdsal.dom.api.DOMDataTreeWriteTransaction tx, org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier routesPath, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode destination, org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes, RIBSupport.ApplyRoute function)
processDestination in class AbstractRIBSupport<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> & L3vpnMcastRoutes,L3vpnMcastRoute,L3vpnMcastRouteKey>public final PathId extractPathId(L3vpnMcastRouteKey routeListKey)
RIBSupportrouteListKey - Route list keypublic String extractRouteKey(L3vpnMcastRouteKey routeListKey)
RIBSupportrouteListKey - Route list keyCopyright © 2020 OpenDaylight. All rights reserved.