public final class RemovedAllFlows extends Object implements RemovedFlows
RemovedAllFlows describes flow entries removed by
AllFlowRemover.| Constructor and Description |
|---|
RemovedAllFlows()
Consruct an empty 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 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.