| Package | Description |
|---|---|
| org.opendaylight.sfc.util.openflow.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
SfcOfFlowWriterInterface.removeFlow(FlowDetails theFlowData) |
void |
SfcOfFlowWriterImpl.removeFlow(FlowDetails theFlowData) |
void |
SfcOfFlowWriterInterface.writeFlow(FlowDetails theFlowData) |
void |
SfcOfFlowWriterImpl.writeFlow(FlowDetails theFlowData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SfcOfFlowWriterInterface.removeFlows(Collection<FlowDetails> theFlows) |
boolean |
SfcOfFlowWriterImpl.removeFlows(Collection<FlowDetails> theFlows) |
boolean |
SfcOfFlowWriterInterface.writeFlows(Collection<FlowDetails> theFlows) |
boolean |
SfcOfFlowWriterImpl.writeFlows(Collection<FlowDetails> theFlows) |
| Constructor and Description |
|---|
FlowSetRemoverTask(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
Set<FlowDetails> flowsToDelete) |
FlowSetRemoverTask(Set<FlowDetails> flowsToDelete,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx) |
FlowSetWriterTask(org.opendaylight.controller.md.sal.binding.api.DataBroker dataProvider,
Set<FlowDetails> flowsToWrite) |
FlowSetWriterTask(Set<FlowDetails> flowsToWrite,
org.opendaylight.controller.md.sal.binding.api.WriteTransaction theTx) |
Copyright © 2019 OpenDaylight. All rights reserved.