| Modifier and Type | Class and Description |
|---|---|
class |
RemoveFlowConditionTask
RemoveFlowConditionTask describes the MD-SAL datastore transaction
task that deletes the specified flow condition configuration. |
class |
RemoveMatchTask
RemoveMatchTask describes the MD-SAL datastore transaction task that
deletes the flow match configuration associated with the given index in the
flow condition. |
class |
SetFlowConditionTask
SetFlowConditionTask describes the MD-SAL datastore transaction
task that creates or updates the specified flow condition configuration. |
class |
SetMatchTask
SetMatchTask describes the MD-SAL datastore transaction task that
associates the flow match with the specified index in a flow condition. |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveCostTask
RemoveCostTask describes the MD-SAL transaction task that deletes
the link cost configuration for the specified switch port. |
class |
RemoveMapTask
RemoveMapTask describes the MD-SAL datastore transaction task that
deletes the path map configuration associated with the given index. |
class |
RemovePathPolicyTask
RemovePathPolicyTask describes the MD-SAL transaction task that
deletes the specified path policy configuration. |
class |
SetCostTask
SetCostTask describes the MD-SAL transaction task that set the link
cost configuration for the specified switch port. |
class |
SetMapTask
SetMapTask describes the MD-SAL datastore transaction task that
associates the path map with the specified index. |
class |
SetPathPolicyTask
SetPathPolicyTask describes the MD-SAL transaction task that
creates or updates the specified path policy configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject>
An abstract implementation of
TxTask used to delete
a data object in he MD-SAL datastore. |
class |
PutDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject>
An abstract implementation of
TxTask used to create or
update a data object in the MD-SAL datastore. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteVlanMapTask
DeleteVlanMapTask describes the MD-SAL datastore transaction task
that deletes the specified VLAN mapping from the vBridge. |
class |
RemoveFilterTask
RemoveFilterTask describes the MD-SAL datastore transaction task
that deletes the flow filter configuration associated with the given index. |
class |
RemoveMacTask
RemoveMacTask describes the MD-SAL datastore transaction task
that deletes the specified MAC address table entry. |
class |
RemoveVbridgeTask
RemoveVbridgeTask describes the MD-SAL datastore transaction task
that removes the specified vBridge. |
class |
RemoveVinterfaceTask<B extends VtnPortMappableBridge>
RemoveVinterfaceTask describes the MD-SAL datastore transaction task
that removes the specified virtual interface. |
class |
RemoveVirtualNodeTask<T extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>>
An abstract implementation of
DeleteDataTask used to remove
the specified virtual node from the MD-SAL datastore. |
class |
RemoveVterminalTask
RemoveVterminalTask describes the MD-SAL datastore transaction task
that removes the specified vTerminal. |
class |
RemoveVtnTask
RemoveVtnTask describes the MD-SAL datastore transaction task
that removes the specified VTN. |
class |
SetFilterTask
SetFilterTask describes the MD-SAL datastore transaction task that
associates the flow filter with the specified index in the specified
flow filter list. |
Copyright © 2018 OpenDaylight. All rights reserved.