Modifier and Type | Interface and Description |
---|---|
interface |
ReadOnlyTransaction
A transaction that provides a stateful read-only view of the data tree.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadOnlyTransaction
Utility
ReadOnlyTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Modifier and Type | Method and Description |
---|---|
AsyncReadOnlyTransaction<P,D> |
TransactionChain.newReadOnlyTransaction()
Create a new read only transaction which will continue the chain.
|
AsyncReadOnlyTransaction<P,D> |
AsyncDataTransactionFactory.newReadOnlyTransaction()
Allocates a new read-only transaction which provides an immutable snapshot of the data tree.
|
AsyncReadOnlyTransaction<P,D> |
AsyncDataBroker.newReadOnlyTransaction() |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataReadOnlyTransaction |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataReadOnlyTransaction
Utility
DOMDataReadOnlyTransaction implementation which forwards all interface
method invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.