Interface FlowCommitWrapper
-
- All Known Implementing Classes:
FlowCommitWrapperImpl
public interface FlowCommitWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
writeFlowToConfig
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.- Parameters:
flowPath
- the flow pathflowBody
- the flow body- Returns:
- transaction commit
-
-