| Interface | Description |
|---|---|
| DOMStore |
DOM Data Store
|
| DOMStoreReadTransaction | |
| DOMStoreReadWriteTransaction |
Combination of a
DOMStoreReadTransaction and DOMStoreWriteTransaction. |
| DOMStoreThreePhaseCommitCohort |
Interface implemented by the
DOMStore and exposed for each
DOMStoreWriteTransaction upon its transition to Ready state. |
| DOMStoreTransaction |
DOM Data Store transaction.
|
| DOMStoreTransactionChain |
A chain of transactions.
|
| DOMStoreTransactionFactory |
Factory for DOM Store Transactions.
|
| DOMStoreTreeChangePublisher |
Interface implemented by DOMStore implementations which allow registration
of
DOMDataTreeChangeListener instances. |
| DOMStoreWriteTransaction | |
| SnapshotBackedTransaction |
Interface implemented by
DOMStoreTransactions which are backed by a DataTreeSnapshot. |
| Class | Description |
|---|---|
| AbstractDOMStoreTransaction<T> |
Abstract DOM Store Transaction.
|
| AbstractDOMStoreTreeChangePublisher |
Abstract base class for
DOMStoreTreeChangePublisher implementations. |
| AbstractSnapshotBackedTransactionChain<T> |
Abstract implementation of the
DOMStoreTransactionChain
interface relying on DataTreeSnapshot supplier
and backend commit coordinator. |
| ForwardingDOMStoreThreePhaseCommitCohort |
Abstract base class for
DOMStoreThreePhaseCommitCohort implementations,
which forward most of their functionality to a backend ForwardingDOMStoreThreePhaseCommitCohort.delegate(). |
| SnapshotBackedReadTransaction<T> |
Implementation of read-only transaction backed by
DataTreeSnapshot which delegates most
of its calls to similar methods provided by underlying snapshot. |
| SnapshotBackedReadWriteTransaction<T> |
Implementation of Read-Write transaction which is backed by
DataTreeSnapshot and executed according
to SnapshotBackedWriteTransaction.TransactionReadyPrototype. |
| SnapshotBackedTransactions |
Public utility class for instantiating snapshot-backed transactions.
|
| SnapshotBackedWriteTransaction<T> |
Implementation of Write transaction which is backed by
DataTreeSnapshot and executed according to
SnapshotBackedWriteTransaction.TransactionReadyPrototype. |
| SnapshotBackedWriteTransaction.TransactionReadyPrototype<T> |
Prototype implementation of
SnapshotBackedWriteTransaction.ready(). |
Copyright © 2019 OpenDaylight. All rights reserved.