Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi.store | |
org.opendaylight.mdsal.dom.store.inmemory |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMStoreReadWriteTransaction
Combination of a
DOMStoreReadTransaction and DOMStoreWriteTransaction . |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotBackedReadWriteTransaction<T>
Implementation of Read-Write transaction which is backed by
DataTreeSnapshot and executed according
to SnapshotBackedWriteTransaction.TransactionReadyPrototype . |
class |
SnapshotBackedWriteTransaction<T>
Implementation of Write transaction which is backed by
DataTreeSnapshot and executed according to
SnapshotBackedWriteTransaction.TransactionReadyPrototype . |
Modifier and Type | Method and Description |
---|---|
DOMStoreWriteTransaction |
AbstractSnapshotBackedTransactionChain.newWriteOnlyTransaction() |
DOMStoreWriteTransaction |
DOMStoreTransactionChain.newWriteOnlyTransaction()
Create a new write-only transaction which will continue the chain.
|
DOMStoreWriteTransaction |
DOMStoreTransactionFactory.newWriteOnlyTransaction()
Creates write only transaction.
|
protected DOMStoreWriteTransaction |
AbstractSnapshotBackedTransactionChain.newWriteOnlyTransaction(T transactionId) |
Modifier and Type | Method and Description |
---|---|
DOMStoreWriteTransaction |
InMemoryDOMDataStore.newWriteOnlyTransaction() |
Copyright © 2019 OpenDaylight. All rights reserved.