Modifier and Type | Interface and Description |
---|---|
interface |
ReadTransaction
A transaction that provides a stateful read-only view of the data tree.
|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
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 | Class and Description |
---|---|
class |
ForwardingReadTransaction
Utility
ReadTransaction implementation which forwards all interface method
invocation to a delegate instance. |
class |
ForwardingReadWriteTransaction
Utility
ReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
class |
ForwardingWriteTransaction
Utility
WriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
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 |
AsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Transaction enabling a client to have combined read/write capabilities.
|
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 | Class and Description |
---|---|
class |
ForwardingAsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Utility
AsyncReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataTreeReadTransaction
A transaction that provides read access to a logical data store.
|
interface |
DOMDataTreeReadWriteTransaction
A transaction that provides read/write 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 |
ShardedDOMReadWriteTransactionAdapter |
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 |
ForwardingDOMDataReadWriteTransaction
Utility
DOMDataTreeReadWriteTransaction 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 © 2019 OpenDaylight. All rights reserved.