public abstract class PortIndexFlowRemover extends TenantIndexFlowRemover<PortFlows>
FlowRemover which removes
VTN data flows in the specified VTN using port flow index.| Constructor and Description |
|---|
PortIndexFlowRemover(String tname,
SalPort sport)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SalPort |
getFlowPort()
Return the target switch port.
|
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<PortFlows> |
getPath(VtnFlowTableKey key)
Return the path to the port flow index.
|
getTenantName, removeDataFlow, selectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionpublic final SalPort getFlowPort()
SalPort instance whcih specifies the target switch
port.protected final org.opendaylight.yangtools.yang.binding.InstanceIdentifier<PortFlows> getPath(VtnFlowTableKey key)
getPath in class TenantIndexFlowRemover<PortFlows>key - A VtnFlowTableKey instance which specifies the
target VTN flow table.Copyright © 2018 OpenDaylight. All rights reserved.