| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.flow.cond | |
| org.opendaylight.vtn.manager.internal.routing | |
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowMatchTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the flow match configurations
in the flow condition.
|
class |
RemoveFlowMatchTask
RemoveFlowMatchTask describes the MD-SAL datastore transaction task
that deletes all the specified flow match configurations in the flow
condition configuration. |
class |
SetFlowMatchTask
SetFlowMatchTask describes the MD-SAL datastore transaction task
that set all the specified flow match configurations into the flow condition
configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
PathCostTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the path cost configurations
in the path map.
|
class |
PathMapTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the path map configuration.
|
class |
RemovePathCostTask
RemovePathCostTask describes the MD-SAL transaction task that
deletes all the specified link cost configurations in the path policy
configuration. |
class |
RemovePathMapTask
RemovePathMapTask describes the MD-SAL datastore transaction task
that deletes all the specified path map configurations from the global or
VTN path map. |
class |
SetPathCostTask
SetPathCostTask describes the MD-SAL transaction task that set
all the specified link cost configurations into the path policy
configuration. |
class |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowFilterTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the flow filter configurations
in the flow filter list.
|
class |
RemoveFlowFilterTask
RemoveFlowFilterTask describes the MD-SAL datastore transaction task
that deletes all the specified flow filter configurations from the specified
virtual node. |
class |
RemoveMacEntryTask
RemoveMacEntryTask describes the MD-SAL datastore transaction task
that removes the given MAC addresses from the MAC address table in the
specified vBridge. |
class |
RemoveVlanMapTask
RemoveVlanMapTask describes the MD-SAL datastore transaction task
that removes all the specified VLAN mappings from the specified vBridge. |
class |
SetFlowFilterTask
SetFlowFilterTask describes the MD-SAL datastore transaction task
that sets all the specified flow filter configurations into the flow filter
list in the specified virtual node. |
Copyright © 2018 OpenDaylight. All rights reserved.