| 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  | 
SnapshotBackedReadTransaction<T>
Implementation of read-only transaction backed by  
DataTreeSnapshot which delegates most
 of its calls to similar methods provided by underlying snapshot. | 
class  | 
SnapshotBackedReadWriteTransaction<T>
Implementation of Read-Write transaction which is backed by  
DataTreeSnapshot
 and executed according to TransactionReadyPrototype. | 
| Modifier and Type | Method and Description | 
|---|---|
DOMStoreReadTransaction | 
DOMStoreTransactionChain.newReadOnlyTransaction()
Create a new read only transaction which will continue the chain. 
 | 
DOMStoreReadTransaction | 
AbstractSnapshotBackedTransactionChain.newReadOnlyTransaction()  | 
DOMStoreReadTransaction | 
DOMStoreTransactionFactory.newReadOnlyTransaction()
Creates a read only transaction. 
 | 
protected DOMStoreReadTransaction | 
AbstractSnapshotBackedTransactionChain.newReadOnlyTransaction(T transactionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
DOMStoreReadTransaction | 
InMemoryDOMDataStore.newReadOnlyTransaction()  | 
Copyright © 2018 OpenDaylight. All rights reserved.