public final class RemovedDataFlow extends Object implements RemovedFlows
RemovedDataFlow describes a VTN data flow notified by a FLOW_REMOVED
notification.| Constructor and Description |
|---|
RemovedDataFlow(RemovedFlowRemover remover,
FlowCache fc)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty()
Determine whether this instance is empty or not.
|
RemoveFlowRpcList |
removeFlowEntries(TxContext ctx,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs)
Remove flow entries specified by this instance.
|
public RemovedDataFlow(RemovedFlowRemover remover, FlowCache fc)
remover - A RemovedFlowRemover instance that removed data
flow.fc - A FlowCache instance which contains the removed
data flow.public RemoveFlowRpcList removeFlowEntries(TxContext ctx, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs) throws VTNException
removeFlowEntries in interface RemovedFlowsctx - A runtime context for read-only transaction task.sfs - MD-SAL flow service.RemoveFlowRpcList instance.VTNException - An error occurred.public boolean isEmpty()
isEmpty in interface RemovedFlowstrue if this instance does not specifies flow entry
to be removed. Otherwise false.Copyright © 2018 OpenDaylight. All rights reserved.