| Class and Description |
|---|
| DOMStore
DOM Data Store
|
| DOMStoreThreePhaseCommitCohort
Interface implemented by the
DOMStore and exposed for each
DOMStoreWriteTransaction upon its transition to Ready state. |
| Class and Description |
|---|
| DOMStoreTreeChangePublisher
Interface implemented by DOMStore implementations which allow registration
of
DOMDataTreeChangeListener instances. |
| Class and Description |
|---|
| AbstractDOMStoreTransaction
Abstract DOM Store Transaction.
|
| 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 |
| SnapshotBackedReadTransaction
Implementation of read-only transaction backed by
DataTreeSnapshot which delegates most
of its calls to similar methods provided by underlying snapshot. |
| SnapshotBackedReadWriteTransaction
Implementation of Read-Write transaction which is backed by
DataTreeSnapshot and executed according
to SnapshotBackedWriteTransaction.TransactionReadyPrototype. |
| SnapshotBackedTransaction
Interface implemented by
DOMStoreTransactions which are backed by a DataTreeSnapshot. |
| SnapshotBackedWriteTransaction
Implementation of Write transaction which is backed by
DataTreeSnapshot and executed according to
SnapshotBackedWriteTransaction.TransactionReadyPrototype. |
| SnapshotBackedWriteTransaction.TransactionReadyPrototype
Prototype implementation of
SnapshotBackedWriteTransaction.ready(). |
Copyright © 2019 OpenDaylight. All rights reserved.