| Package | Description | 
|---|---|
| org.opendaylight.mdsal.dom.spi.store | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DOMStoreReadTransaction  | 
interface  | 
DOMStoreReadWriteTransaction
Combination of a  
DOMStoreReadTransaction and DOMStoreWriteTransaction. | 
interface  | 
DOMStoreWriteTransaction  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDOMStoreTransaction<T>
Abstract DOM Store Transaction. 
 | 
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. | 
class  | 
SnapshotBackedWriteTransaction<T>
Implementation of Write transaction which is backed by
  
DataTreeSnapshot and executed according to
 SnapshotBackedWriteTransaction.TransactionReadyPrototype. | 
Copyright © 2018 OpenDaylight. All rights reserved.