public final class RemovedPortFlows extends RemovedDataFlows<PortFlowRemover>
RemovedPortFlows describes flow entries removed by
PortFlowRemover.| Constructor and Description |
|---|
RemovedPortFlows(TxContext ctx,
PortFlowRemover remover)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoveFlowRpcList |
removeFlowEntries(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
List<FlowCache> flows,
InventoryReader reader)
Remove the given flow entries.
|
getFlowRemover, getProvider, isEmpty, removeFlowEntriespublic RemovedPortFlows(TxContext ctx, PortFlowRemover remover)
ctx - The MD-SAL datastore transaction context.remover - A PortFlowRemover instance that removed data
flows.protected RemoveFlowRpcList removeFlowEntries(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs, List<FlowCache> flows, InventoryReader reader) throws VTNException
removeFlowEntries in class RemovedDataFlows<PortFlowRemover>sfs - MD-SAL flow service.flows - A VTN data flows to be removed.reader - An InventoryReader instance.RemoveFlowRpcList instance.VTNException - An error occurred.Copyright © 2018 OpenDaylight. All rights reserved.