| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ReadTransaction
A transaction that provides a stateful read-only view of the data tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BindingDOMReadTransactionAdapter
Read transaction adapter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncReadTransaction<P,D> | 
AsyncDataBroker.newReadOnlyTransaction()  | 
AsyncReadTransaction<P,D> | 
AsyncDataTransactionFactory.newReadOnlyTransaction()
Allocates a new read-only transaction which provides an immutable snapshot of
 the data tree. 
 | 
AsyncReadTransaction<P,D> | 
TransactionChain.newReadOnlyTransaction()
Create a new read only transaction which will continue the chain. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DOMDataTreeReadTransaction
A transaction that provides read access to a logical data store. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShardedDOMReadTransactionAdapter  | 
class  | 
TransactionChainReadTransaction  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForwardingDOMDataReadOnlyTransaction
Utility  
DOMDataTreeReadTransaction implementation which forwards all interface
 method invocation to a delegate instance. | 
Copyright © 2018 OpenDaylight. All rights reserved.