public interface TxQueue
TxQueue
describes MD-SAL transaction queue.
A task to modify MD-SAL datastore needs to be processed via this interface.TxTask
Modifier and Type | Method and Description |
---|---|
<T> VTNFuture<T> |
post(TxTask<T> task)
Post a new transaction for MD-SAL datastore.
|
<T> VTNFuture<T> |
postFirst(TxTask<T> task)
Post a new transaction for MD-SAL datastore.
|
<T> VTNFuture<T> post(TxTask<T> task)
This method put the given task at the tail of the transaction queue.
Copyright © 2018 OpenDaylight. All rights reserved.