public interface FlowCommitWrapper
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
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.ListenableFuture<?> writeFlowToConfig(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> flowPath, Flow flowBody)
flowPath
- the flow pathflowBody
- the flow bodyCopyright © 2020 OpenDaylight. All rights reserved.