Interface FlowCommitWrapper
- All Known Implementing Classes:
FlowCommitWrapperImpl
public interface FlowCommitWrapper
-
Method Summary
Modifier and TypeMethodDescriptioncom.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 Details
-
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
-