public interface RemovedFlows
RemovedFlows describes flow entries removed by FlowRemover.| 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.
|
RemoveFlowRpcList removeFlowEntries(TxContext ctx, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs) throws VTNException
ctx - A runtime context for read-only transaction task.sfs - MD-SAL flow service.RemoveFlowRpcList instance.VTNException - An error occurred.boolean isEmpty()
true if this instance does not specifies flow entry
to be removed. Otherwise false.Copyright © 2018 OpenDaylight. All rights reserved.