public abstract class TenantScanFlowRemover extends ScanFlowRemover
FlowRemover which determines
VTN data flows to be removed by a sequential scan.
This flow remover affects flow entries only in the specified VTN.
| Modifier | Constructor and Description |
|---|---|
protected |
TenantScanFlowRemover(String tname)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<VtnFlowTable> |
getFlowTables(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx)
Return the target VTN flow table as a list.
|
String |
getTenantName()
Return the name of the target VTN.
|
removeDataFlow, selectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionprotected TenantScanFlowRemover(String tname)
tname - The name of the target VTN.public final String getTenantName()
protected final List<VtnFlowTable> getFlowTables(org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx) throws VTNException
getFlowTables in class ScanFlowRemovertx - A ReadWriteTransaction instance.VTNException - An error occurred.Copyright © 2018 OpenDaylight. All rights reserved.