| Modifier and Type | Class and Description |
|---|---|
class |
ClearFlowConditionTask
ClearFlowConditionTask describes the MD-SAL datastore transaction
task that clears the flow condition container. |
class |
FlowMatchTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the flow match configurations
in the flow condition.
|
class |
RemoveFlowConditionTask
RemoveFlowConditionTask describes the MD-SAL datastore transaction
task that deletes the specified flow condition configuration. |
class |
RemoveFlowMatchTask
RemoveFlowMatchTask describes the MD-SAL datastore transaction task
that deletes all the specified flow match configurations in the flow
condition configuration. |
class |
SetFlowConditionTask
SetFlowConditionTask describes the MD-SAL datastore transaction
task that creates or updates the specified 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 |
FlowCountFuture
FlowCountFuture describes a future associated with the task which
retrieves the number of data flows present in the specified VTN. |
class |
ReadDataFlowFuture
ReadDataFlowFuture describes a future associated with the task which
reads information about data flows present in the VTN. |
class |
ReadFlowFuture
ReadFlowFuture describes a future associated with the task which
reads data flow information. |
class |
ReadSingleFlowFuture
ReadSingleFlowFuture describes a future associated with the task
which reads a single data flow information. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearPathMapTask
ClearPathMapTask describes the MD-SAL datastore transaction task
that clears the global or VTN path map configuration. |
class |
ClearPathPolicyTask
ClearPathPolicyTask describes the MD-SAL datastore transaction task
that clears the path policy container. |
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 |
RemovePathPolicyTask
RemovePathPolicyTask describes the MD-SAL transaction task that
deletes the specified path policy configuration. |
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. |
class |
SetPathPolicyTask
SetPathPolicyTask describes the MD-SAL transaction task that
creates or updates the specified path policy configuration. |
| Constructor and Description |
|---|
RpcFuture(VTNFuture<I> f,
RpcOutputGenerator<I,O> gen)
Construct a new future which represents an ongoing RPC request.
|
| 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 |
FlowFilterTask<T extends AbstractTxTask<VtnUpdateType>,O>
Abstract base class for a task that updates the flow filter configurations
in the flow filter list.
|
class |
GetMacMappedHostFuture
GetMacMappedHostFuture describes a future associated with the task
that implements get-mac-mapped-host RPC. |
class |
GetVlanMapFuture
GetVlanMapFuture describes a future associated with the task that
implements get-vlan-map RPC. |
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 |
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 |
RemoveVlanMapTask
RemoveVlanMapTask describes the MD-SAL datastore transaction task
that removes all the specified VLAN mappings from the specified vBridge. |
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 |
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. |
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 |
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 |
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.