public interface FlowCommitWrapper
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.
|
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)
flowPath
- flowBody
- Copyright © 2018 OpenDaylight. All rights reserved.