| 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 |
AbstractDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject,V>
An abstract implementation of
TxTask used to update
a data object in the MD-SAL datastore. |
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 |
AddVlanMapTask
AddVlanMapTask describes the MD-SAL datastore transaction task
that adds a VLAN mapping to the specified vBridge. |
class |
ClearFlowFilterTask
ClearFlowFilterTask describes the MD-SAL datastore transaction task
that deletes the specified container that contains flow filter list. |
class |
ClearMacEntryTask
ClearMacEntryTask describes the MD-SAL datastore transaction task
that removes all the MAC addresses learned by the specified vBridge. |
class |
ClearVlanMapTask
ClearVlanMapTask describes the MD-SAL datastore transaction task
that removes all the VLAN mappings configured in the specified vBridge. |
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 |
RemovePortMapTask<B extends VtnPortMappableBridge>
RemovePortMapTask describes the MD-SAL datastore transaction task
that removes the port mapping from the specified virtual interface. |
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. |
class |
SetMacMapAclTask
SetMacMapAclTask describes the MD-SAL datastore transaction task
that configures the access control list in the MAC mapping. |
class |
SetMacMapTask
SetMacMapTask describes the MD-SAL datastore transaction task
that configures a MAC mapping in the specified vBridge. |
class |
SetPortMapTask<B extends VtnPortMappableBridge>
SetPortMapTask describes the MD-SAL datastore transaction task
that configures the port mapping in the specified virtual interface. |
class |
UpdateMacMapTask
Base class for classes that implement RPC task to update the MAC mapping
configuration.
|
class |
UpdateVbridgeTask
UpdateVbridgeTask describes the MD-SAL datastore transaction task
that creates or updates the specified vBridge. |
class |
UpdateVinterfaceTask<B extends VtnPortMappableBridge>
UpdateVinterfaceTask describes the MD-SAL datastore transaction task
that creates or updates the specified virtual interface. |
class |
UpdateVirtualNodeTask<T extends org.opendaylight.yangtools.yang.binding.DataObject,C extends org.opendaylight.yangtools.yang.binding.DataObject,I extends VNodeIdentifier<T>>
An abstract implementation of
TxTask used to create or
update a virtual node in the MD-SAL datastore. |
class |
UpdateVterminalTask
UpdateVterminalTask describes the MD-SAL datastore transaction task
that creates or updates the specified vTerminal. |
class |
UpdateVtnTask
UpdateVtnTask describes the MD-SAL datastore transaction task
that creates or updates the specified VTN. |
Copyright © 2018 OpenDaylight. All rights reserved.