| Interface | Description | 
|---|---|
| PathMapContext | 
PathMapContext describes a runtime context to evaluate path map
 against packets. | 
| VTNRoutingListener | 
 Interface for classes that listen routing resolver events. 
 | 
| Class | Description | 
|---|---|
| ClearPathMapTask | 
ClearPathMapTask describes the MD-SAL datastore transaction task
 that clears the global or VTN path map configuration. | 
| ClearPathPolicyTask | 
ClearPathPolicyTask describes the MD-SAL datastore transaction task
 that clears the path policy container. | 
| PathCostTask<T extends AbstractTxTask<VtnUpdateType>,O> | 
 Abstract base class for a task that updates the path cost configurations
 in the path map. 
 | 
| PathMapEvaluator | 
PathMapEvaluator is a utility class to evaluate path maps. | 
| PathMapManager | 
 Path map manager. 
 | 
| PathMapTask<T extends AbstractTxTask<VtnUpdateType>,O> | 
 Abstract base class for a task that updates the path map configuration. 
 | 
| RemoveCostTask | 
RemoveCostTask describes the MD-SAL transaction task that deletes
 the link cost configuration for the specified switch port. | 
| RemoveMapTask | 
RemoveMapTask describes the MD-SAL datastore transaction task that
 deletes the path map configuration associated with the given index. | 
| RemovePathCostTask | 
RemovePathCostTask describes the MD-SAL transaction task that
 deletes all the specified link cost configurations in the path policy
 configuration. | 
| RemovePathMapTask | 
RemovePathMapTask describes the MD-SAL datastore transaction task
 that deletes all the specified path map configurations from the global or
 VTN path map. | 
| RemovePathPolicyTask | 
RemovePathPolicyTask describes the MD-SAL transaction task that
 deletes the specified path policy configuration. | 
| RoutingEvent | 
RoutingEvent describes an event which notifies a change of
 physical packet routing tables. | 
| SetCostTask | 
SetCostTask describes the MD-SAL transaction task that set the link
 cost configuration for the specified switch port. | 
| SetMapTask | 
SetMapTask describes the MD-SAL datastore transaction task that
 associates the path map with the specified index. | 
| SetPathCostTask | 
SetPathCostTask describes the MD-SAL transaction task that set
 all the specified link cost configurations into the path policy
 configuration. | 
| SetPathMapTask | 
SetPathMapTask describes the MD-SAL datastore transaction task
 that set all the specified path map configurations into the global or VTN
 path map configuration. | 
| SetPathPolicyTask | 
SetPathPolicyTask describes the MD-SAL transaction task that
 creates or updates the specified path policy configuration. | 
| VTNRoutingManager | 
 Internal routing manager. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.