| Class | Description |
|---|---|
| AbstractDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject,V> |
An abstract implementation of
TxTask used to update
a data object in the MD-SAL datastore. |
| AbstractPreSubmitHook |
AbstractPreSubmitHook describes an abstract implementation of
a pre-submit hook for the MD-SAL datastore transaction. |
| AbstractRpcTask<T> |
An abstract implementation of
TxTask used to implement
RPC task. |
| AbstractTxTask<T> |
An abstract simple implementation of
TxTask. |
| CompositeTxTask<V,T extends AbstractTxTask<V>> |
An implementation of
AbstractTxTask that executes multiple tasks
on a single transaction. |
| DeleteDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject> |
An abstract implementation of
TxTask used to delete
a data object in he MD-SAL datastore. |
| PutDataTask<D extends org.opendaylight.yangtools.yang.binding.DataObject> |
An abstract implementation of
TxTask used to create or
update a data object in the MD-SAL datastore. |
| ReadTxContext |
Implementation of read-only MD-SAL transaction context.
|
| TxEvent |
A base class for event class delivered on a MD-SAL datastore transaction
queue.
|
| TxQueueImpl |
Implementation of
TxQueue. |
| TxSpecific<C> |
TxSpecific keeps MD-SAL datastore transaction specific data. |
| TxSyncFuture<T> |
An implementation of
VTNFuture used to wait for completion of all
MD-SAL transaction tasks, including background tasks started by the target
task. |
Copyright © 2018 OpenDaylight. All rights reserved.