| Package | Description | 
|---|---|
| org.opendaylight.mdsal.dom.spi.store | |
| org.opendaylight.mdsal.dom.store.inmemory | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DOMStoreReadWriteTransaction
Combination of a  
DOMStoreReadTransaction and DOMStoreWriteTransaction. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SnapshotBackedReadWriteTransaction<T>
Implementation of Read-Write transaction which is backed by  
DataTreeSnapshot
 and executed according to TransactionReadyPrototype. | 
class  | 
SnapshotBackedWriteTransaction<T>
Implementation of Write transaction which is backed by
  
DataTreeSnapshot and executed according to
 SnapshotBackedWriteTransaction.TransactionReadyPrototype. | 
| Modifier and Type | Method and Description | 
|---|---|
DOMStoreWriteTransaction | 
DOMStoreTransactionChain.newWriteOnlyTransaction()
Create a new write-only transaction which will continue the chain. 
 | 
DOMStoreWriteTransaction | 
AbstractSnapshotBackedTransactionChain.newWriteOnlyTransaction()  | 
DOMStoreWriteTransaction | 
DOMStoreTransactionFactory.newWriteOnlyTransaction()
Creates write only transaction. 
 | 
protected DOMStoreWriteTransaction | 
AbstractSnapshotBackedTransactionChain.newWriteOnlyTransaction(T transactionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
DOMStoreWriteTransaction | 
InMemoryDOMDataStore.newWriteOnlyTransaction()  | 
Copyright © 2018 OpenDaylight. All rights reserved.