Class FlowCommitWrapperImpl

    • Constructor Detail

      • FlowCommitWrapperImpl

        public FlowCommitWrapperImpl​(org.opendaylight.mdsal.binding.api.DataBroker dataBrokerService)
    • Method Detail

      • writeFlowToConfig

        public com.google.common.util.concurrent.ListenableFuture<?> writeFlowToConfig​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Flow> flowPath,
                                                                                       Flow flowBody)
        Description copied from interface: FlowCommitWrapper
        Starts and commits data change transaction which modifies provided flow path with supplied body.
        Specified by:
        writeFlowToConfig in interface FlowCommitWrapper
        Parameters:
        flowPath - the flow path
        flowBody - the flow body
        Returns:
        transaction commit