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.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMReadTransactionAdapter
Read transaction adapter.
|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Transaction enabling a client to have combined read/write capabilities.
|
Modifier and Type | Method and Description |
---|---|
AsyncReadTransaction<P,D> |
TransactionChain.newReadOnlyTransaction()
Create a new read only transaction which will continue the chain.
|
AsyncReadTransaction<P,D> |
AsyncDataTransactionFactory.newReadOnlyTransaction()
Allocates a new read-only transaction which provides an immutable snapshot of
the data tree.
|
AsyncReadTransaction<P,D> |
AsyncDataBroker.newReadOnlyTransaction() |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ShardedDOMReadTransactionAdapter |
class |
ShardedDOMReadWriteTransactionAdapter |
class |
TransactionChainReadTransaction |
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. |
Copyright © 2019 OpenDaylight. All rights reserved.