public final class PathMapEvaluator extends Object
PathMapEvaluator is a utility class to evaluate path maps.| Constructor and Description |
|---|
PathMapEvaluator(PathMapContext pmctx)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
RouteResolver |
evaluate(VNodeIdentifier<?> ident)
Evaluate path maps against the given packet.
|
public PathMapEvaluator(PathMapContext pmctx)
pmctx - A PathMapContext instance.public RouteResolver evaluate(VNodeIdentifier<?> ident)
ident - The identifier for the virtual node in the target VTN.RouteResolver instance is returned if a path map
matched the given packet. The default route resolver is
returned if no path map matched the packet.Copyright © 2018 OpenDaylight. All rights reserved.