Class FlowspecIpv4RIBSupport
java.lang.Object
org.opendaylight.protocol.bgp.rib.spi.AbstractRIBSupport<C,S,R>
org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecRIBSupport<T,C,S,R>
org.opendaylight.protocol.bgp.flowspec.FlowspecIpv4RIBSupport
- All Implemented Interfaces:
RIBSupport<FlowspecRoutesCase,
FlowspecRoutes>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.protocol.bgp.rib.spi.RIBSupport
RIBSupport.ApplyRoute
-
Field Summary
Fields inherited from class org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecRIBSupport
nlriParser
Fields inherited from class org.opendaylight.protocol.bgp.rib.spi.AbstractRIBSupport
mappingService, ROUTE_KEY, routeDefaultYii
-
Constructor Summary
ConstructorDescriptionFlowspecIpv4RIBSupport
(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService) -
Method Summary
Modifier and TypeMethodDescriptionprotected final DestinationType
buildDestination
(org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PathId pathId) protected final DestinationType
buildWithdrawnDestination
(org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PathId pathId) Methods inherited from class org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecRIBSupport
buildDestination, buildWithdrawnDestination, processDestination
Methods inherited from class org.opendaylight.protocol.bgp.rib.spi.AbstractRIBSupport
attributeFromContainerNode, attributeToContainerNode, buildUpdate, changedRoutes, createRoute, createRouteIdentifier, createRouteListArgument, deleteRoutes, deleteRoutes, emptyTable, extractAttributes, extractPathId, extractPrefix, extractRouteDistinguisher, extractRouteKey, fromNormalizedNode, getTablesKey, prefixNid, putRoutes, putRoutes, relativeRoutesPath, routeAttributesIdentifier, routeKeyTemplate, routeNid, routePathIdNid, routeQName, routesCaseClass, routesContainerClass, routesContainerIdentifier, routesListClass, routesPath, routesYangInstanceIdentifier, tablesKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.protocol.bgp.rib.spi.RIBSupport
cacheableAttributeObjects, cacheableNlriObjects, createRouteListArgument, routePath, toAddPathListArgument, toNonPathListArgument
-
Constructor Details
-
FlowspecIpv4RIBSupport
public FlowspecIpv4RIBSupport(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer mappingService)
-
-
Method Details
-
buildDestination
protected final DestinationType buildDestination(org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PathId pathId) - Specified by:
buildDestination
in classAbstractFlowspecRIBSupport<T extends org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecIpNlriParser,
C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject, 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.KeyAware<?>>
-
buildWithdrawnDestination
protected final DestinationType buildWithdrawnDestination(org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode route, PathId pathId) - Specified by:
buildWithdrawnDestination
in classAbstractFlowspecRIBSupport<T extends org.opendaylight.protocol.bgp.flowspec.AbstractFlowspecIpNlriParser,
C extends Routes & org.opendaylight.yangtools.yang.binding.DataObject, 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.KeyAware<?>>
-