Modifier and Type | Interface and Description |
---|---|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadWriteTransaction
Utility
ReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
AsyncReadWriteTransaction<P,D> |
TransactionChain.newReadWriteTransaction()
Create a new read-write transaction which will continue the chain.
|
AsyncReadWriteTransaction<P,D> |
AsyncDataTransactionFactory.newReadWriteTransaction()
Allocates new read-write transaction which provides a mutable view of the data
tree.
|
AsyncReadWriteTransaction<P,D> |
AsyncDataBroker.newReadWriteTransaction() |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataReadWriteTransaction |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataReadWriteTransaction
Utility
DOMDataReadWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.