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.CheckedFuture<Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException> |
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.CheckedFuture<Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException> writeFlowToConfig(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> flowPath, Flow flowBody)
FlowCommitWrapper
writeFlowToConfig
in interface FlowCommitWrapper
flowPath
- the flow pathflowBody
- the flow bodyCopyright © 2018 OpenDaylight. All rights reserved.