Modifier and Type | Interface and Description |
---|---|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
Modifier and Type | Method and Description |
---|---|
AsyncReadWriteTransaction<InstanceIdentifier<?>,TreeNode> |
BindingDOMDataBrokerAdapter.newReadWriteTransaction() |
Modifier and Type | Method and Description |
---|---|
AsyncReadWriteTransaction<InstanceIdentifier<?>,TreeNode> |
BindingDOMTransactionChainAdapter.newReadWriteTransaction() |
Modifier and Type | Method and Description |
---|---|
AsyncReadWriteTransaction<P,D> |
AsyncDataBroker.newReadWriteTransaction() |
AsyncReadWriteTransaction<P,D> |
AsyncDataTransactionFactory.newReadWriteTransaction()
Allocates new read-write transaction which provides a mutable view of the data tree.
|
AsyncReadWriteTransaction<P,D> |
TransactionChain.newReadWriteTransaction()
Create a new read-write transaction which will continue the chain.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataTreeReadWriteTransaction
A transaction that provides read/write access to a logical data store.
|
Modifier and Type | Class and Description |
---|---|
class |
ShardedDOMReadWriteTransactionAdapter |
Copyright © 2019 OpenDaylight. All rights reserved.