Interface FlowCommitWrapper

All Known Implementing Classes:
FlowCommitWrapperImpl

public interface FlowCommitWrapper
  • Method Summary

    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 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 path
      flowBody - the flow body
      Returns:
      transaction commit