public interface FlowRemover
FlowRemover provides interfaces to be implemented by classes which
removes VTN data flow.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return a brief description about this flow remover.
|
RemovedFlows |
removeDataFlow(TxContext ctx)
Remove VTN data flows from the MD-SAL datastore.
|
RemovedFlows removeDataFlow(TxContext ctx) throws VTNException
ctx - A runtime context for transaction task.RemovedFlows instance which represents removed flow
entries.VTNException - An error occurred.String getDescription()
Copyright © 2018 OpenDaylight. All rights reserved.