public interface TxQueue
TxQueue
describes MD-SAL transaction queue.
A task to modify MD-SAL datastore needs to be processed via this interface.TxTask
<T> VTNFuture<T> post(TxTask<T> task)
This method put the given task at the tail of the transaction queue.
Copyright © 2017 OpenDaylight. All rights reserved.