public class FlowCommitWrapperImpl extends Object implements FlowCommitWrapper
| Constructor and Description |
|---|
FlowCommitWrapperImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBrokerService) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
writeFlowToConfig(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> flowPath,
Flow flowBody)
Starts and commits data change transaction which modifies provided flow path with supplied body.
|
public FlowCommitWrapperImpl(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBrokerService)
public com.google.common.util.concurrent.ListenableFuture<Void> writeFlowToConfig(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> flowPath, Flow flowBody)
FlowCommitWrapperwriteFlowToConfig in interface FlowCommitWrapperflowPath - the flow pathflowBody - the flow bodyCopyright © 2019 OpenDaylight. All rights reserved.