Modifier and Type | Interface and Description |
---|---|
interface |
ReadOnlyTransaction
A transaction that provides a stateful read-only view of the data tree.
|
interface |
ReadTransaction
A transaction that provides read access to a logical data store.
|
interface |
ReadWriteTransaction
A transaction that enables combined read/write capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReadOnlyTransaction
Utility
ReadOnlyTransaction 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 |
AsyncReadOnlyTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Marker interface for a read-only view of the data tree.
|
interface |
AsyncReadWriteTransaction<P extends org.opendaylight.yangtools.concepts.Path<P>,D>
Transaction enabling a client to have a combined read/write capabilities.
|
Modifier and Type | Method and Description |
---|---|
AsyncReadTransaction<P,D> |
AsyncConfigurationCommitHandler.ConfigurationCommitRequest.getReadOnlyView()
Read-only transaction which provides access only to configuration
data tree as if submitted transaction successfully happened and
no other concurrent modifications happened between allocation
of client transactions and write of client transactions.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
AsyncConfigurationCommitCohort.preCommit(AsyncReadTransaction<P,D> rebasedTransaction)
Initiates a pre-commit of associated request
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMDataReadOnlyTransaction |
interface |
DOMDataReadTransaction
A transaction that provides read access to a logical data store.
|
interface |
DOMDataReadWriteTransaction |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDOMDataReadOnlyTransaction
Utility
DOMDataReadOnlyTransaction implementation which forwards all interface
method invocation to a delegate instance. |
class |
ForwardingDOMDataReadWriteTransaction
Utility
DOMDataReadWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.