| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ReadTransaction
A transaction that provides a stateful read-only view of the data tree. 
 | 
interface  | 
WriteTransaction
A transaction that provides mutation capabilities on a data tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BindingDOMReadTransactionAdapter
Read transaction adapter. 
 | 
class  | 
BindingDOMWriteTransactionAdapter<T extends DOMDataTreeWriteTransaction>
Write transaction adapter. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractForwardedTransaction<T extends AsyncTransaction<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>>
Abstract class for forwards transaction and codec for serialize/deserialize DOM and Binding data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected <S extends AsyncTransaction<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>>> | 
AbstractForwardedTransaction.getDelegateChecked(Class<S> txType)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AsyncReadTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Marker interface for stateful read view of the data tree. 
 | 
interface  | 
AsyncWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Write transaction provides mutation capabilities for a data tree. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransactionChainListener.onTransactionChainFailed(TransactionChain<?,?> chain,
                        AsyncTransaction<?,?> transaction,
                        Throwable cause)
Invoked if when a transaction in the chain fails. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DOMDataTreeReadTransaction
A transaction that provides read access to a logical data store. 
 | 
interface  | 
DOMDataTreeWriteTransaction
A transaction that provides mutation capabilities on a data tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ShardedDOMReadTransactionAdapter  | 
class  | 
ShardedDOMWriteTransactionAdapter  | 
class  | 
TransactionChainReadTransaction  | 
class  | 
TransactionChainWriteTransaction  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ShardedDOMTransactionChainAdapter.transactionFailed(AsyncTransaction<?,?> tx,
                 Throwable cause)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForwardingDOMDataReadOnlyTransaction
Utility  
DOMDataTreeReadTransaction implementation which forwards all interface
 method invocation to a delegate instance. | 
class  | 
ForwardingDOMDataWriteTransaction
Utility  
DOMDataTreeWriteTransaction implementation which forwards all interface
 method invocation to a delegate instance. | 
Copyright © 2018 OpenDaylight. All rights reserved.