public final class VNodeFlowRemover extends TenantScanFlowRemover
FlowRemover which removes
VTN data flows related to the specified virtual node.
This flow remover affects flow entries only in the VTN which contains the specified virtual node.
| Constructor and Description |
|---|
VNodeFlowRemover(VNodeIdentifier<?> ident)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return a brief description about this flow remover.
|
protected boolean |
select(FlowCache fc)
Determine whether the given data flow should be removed or not.
|
getFlowTables, getTenantNameremoveDataFlowpublic VNodeFlowRemover(VNodeIdentifier<?> ident)
ident - A VNodeIdentifier instance which specifies the
virtual node.
Specifying null results in undefined behavior.protected boolean select(FlowCache fc) throws VTNException
select in class ScanFlowRemoverfc - A FlowCache instance.true if the given data flow should be removed.
Otherwise false.VTNException - An error occurred.public String getDescription()
Copyright © 2018 OpenDaylight. All rights reserved.