Package | Description |
---|---|
org.opendaylight.vtn.manager.internal | |
org.opendaylight.vtn.manager.internal.flow.remove |
Modifier and Type | Method and Description |
---|---|
RemovedFlows |
FlowRemover.removeDataFlow(TxContext ctx)
Remove VTN data flows from the MD-SAL datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexFlowRemover<T extends FlowIdSet,R extends RemovedFlows>
An implementation of
FlowRemover which removes all VTN data flows
in the specified flow index. |
Modifier and Type | Class and Description |
---|---|
class |
RemovedAllFlows
RemovedAllFlows describes flow entries removed by
AllFlowRemover . |
class |
RemovedDataFlow
RemovedDataFlow describes a VTN data flow notified by a FLOW_REMOVED
notification. |
class |
RemovedDataFlows<T extends FlowRemover>
RemovedDataFlows describes a list of VTN data flows removed by
FlowRemover . |
class |
RemovedPortFlows
RemovedPortFlows describes flow entries removed by
PortFlowRemover . |
Modifier and Type | Method and Description |
---|---|
RemovedFlows |
DeleteFlowTxTask.execute(TxContext ctx)
Modify the MD-SAL datastore using the given transaction.
|
RemovedFlows |
FlowRemoveContext.getRemovedFlows()
Return a
RemovedFlows instance. |
Modifier and Type | Method and Description |
---|---|
void |
DeleteFlowTxTask.onSuccess(VTNManagerProvider provider,
RemovedFlows removed)
Invoked when the task has completed successfully.
|
void |
FlowRemoveContext.setRemovedFlows(RemovedFlows removed)
Set VTN data flows to be removed.
|
Copyright © 2018 OpenDaylight. All rights reserved.