| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ReadOnlyTransactionA transaction that provides a stateful read-only view of the data tree. | 
| interface  | ReadTransactionA transaction that provides read access to a logical data store. | 
| interface  | ReadWriteTransactionA transaction that enables combined read/write capabilities. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwardingReadOnlyTransactionUtility  ReadOnlyTransactionimplementation which forwards all interface method
 invocation to a delegate instance. | 
| class  | ForwardingReadWriteTransactionUtility  ReadWriteTransactionimplementation which forwards all interface method
 invocation to a delegate instance. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AsyncReadOnlyTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>Marker interface for a read-only view of the data tree. | 
| interface  | AsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>Transaction enabling a client to have a combined read/write capabilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncReadTransaction<P,D> | AsyncConfigurationCommitHandler.ConfigurationCommitRequest. getReadOnlyView()Read-only transaction which provides access only to configuration
 data tree as if submitted transaction successfully happened and
 no other concurrent modifications happened between allocation
 of client transactions and write of client transactions. | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.util.concurrent.ListenableFuture<Void> | AsyncConfigurationCommitCohort. preCommit(AsyncReadTransaction<P,D> rebasedTransaction)Initiates a pre-commit of associated request | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DOMDataReadOnlyTransaction | 
| interface  | DOMDataReadTransactionA transaction that provides read access to a logical data store. | 
| interface  | DOMDataReadWriteTransaction | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwardingDOMDataReadOnlyTransactionUtility  DOMDataReadOnlyTransactionimplementation which forwards all interface
 method invocation to a delegate instance. | 
| class  | ForwardingDOMDataReadWriteTransactionUtility  DOMDataReadWriteTransactionimplementation which forwards all interface
 method invocation to a delegate instance. | 
Copyright © 2019 OpenDaylight. All rights reserved.