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