public interface DOMStore extends DOMStoreTransactionFactory
DOM Data Store provides transactional tree-like storage for YANG-modeled
entities described by YANG schema and represented by NormalizedNode.
Read and write access to stored data is provided only via transactions
created using DOMStoreTransactionFactory.newReadOnlyTransaction(),
DOMStoreTransactionFactory.newWriteOnlyTransaction() and DOMStoreTransactionFactory.newReadWriteTransaction(), or
by creating TransactionChain.
| Modifier and Type | Method and Description |
|---|---|
DOMStoreTransactionChain |
createTransactionChain()
Creates new transaction chain.
|
newReadOnlyTransaction, newReadWriteTransaction, newWriteOnlyTransactionDOMStoreTransactionChain createTransactionChain()
Transactions in a chain need to be committed in sequence and each transaction should see the effects of previous transactions as if they happened.
See DOMStoreTransactionChain for more information.
Copyright © 2019 OpenDaylight. All rights reserved.