| Class | Description |
|---|---|
| AllFlowRemover |
An implementation of
FlowRemover which removes all VTN data flows
configured in all the VTNs. |
| ClearNodeFlowsTask |
ClearNodeFlowsTask describes a task which uninstalls VTN flow
entries present in the given switch. |
| DeleteFlowTxTask |
PutFlowTxTask describes the MD-SAL datastore transaction task that
uninstalls VTN data flows. |
| EdgeHostFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified layer 2 host. |
| EdgeNodeFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified edge network on a switch. |
| EdgePortFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified edge network on a switch port. |
| FlowRemoveContext |
FlowRemoveContext describes a runtime context for removing
VTN data flows. |
| FlowRemoverQueue |
FlowRemoverQueue describes a queue for FlowRemover instances
that remove the specified flow entries. |
| FlowRemoveTask |
FlowRemoveTask describes a task that uninstalls flow entries from
switches. |
| GlobalScanFlowRemover |
An implementation of
FlowRemover which determines
VTN data flows to be removed by a sequential scan. |
| IndexFlowRemover<T extends FlowIdSet,R extends RemovedFlows> |
An implementation of
FlowRemover which removes all VTN data flows
in the specified flow index. |
| NodeFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified switch. |
| PathPolicyFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows whose packet route were determined by the specified path
policy. |
| PortFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified switch port. |
| PortIndexFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows in the specified VTN using port flow index. |
| RemovedAllFlows |
RemovedAllFlows describes flow entries removed by
AllFlowRemover. |
| RemovedDataFlow |
RemovedDataFlow describes a VTN data flow notified by a FLOW_REMOVED
notification. |
| RemovedDataFlows<T extends FlowRemover> |
RemovedDataFlows describes a list of VTN data flows removed by
FlowRemover. |
| RemovedFlowRemover |
An implementation of
FlowRemover which removes a VTN data flow
associated with a removed flow entry. |
| RemovedPortFlows |
RemovedPortFlows describes flow entries removed by
PortFlowRemover. |
| ScanFlowRemover |
An implementation of
FlowRemover which determines VTN data flows
to be removed by a sequential scan. |
| TenantFlowRemover |
An implementation of
FlowRemover which removes all VTN data flows
in the specified VTN. |
| TenantIndexFlowRemover<T extends FlowIdSet> |
An implementation of
FlowRemover which removes VTN data flows
in the specified VTN using flow index. |
| TenantScanFlowRemover |
An implementation of
FlowRemover which determines
VTN data flows to be removed by a sequential scan. |
| VNodeFlowRemover |
An implementation of
FlowRemover which removes
VTN data flows related to the specified virtual node. |
Copyright © 2018 OpenDaylight. All rights reserved.