Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi.store | |
org.opendaylight.mdsal.dom.store.inmemory |
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 . |
Modifier and Type | Method and Description |
---|---|
DOMStoreReadWriteTransaction |
AbstractSnapshotBackedTransactionChain.newReadWriteTransaction() |
DOMStoreReadWriteTransaction |
DOMStoreTransactionChain.newReadWriteTransaction()
Create a new read write transaction which will continue the chain.
|
DOMStoreReadWriteTransaction |
DOMStoreTransactionFactory.newReadWriteTransaction()
Creates Read-Write transaction.
|
protected DOMStoreReadWriteTransaction |
AbstractSnapshotBackedTransactionChain.newReadWriteTransaction(T transactionId) |
Modifier and Type | Method and Description |
---|---|
DOMStoreReadWriteTransaction |
InMemoryDOMDataStore.newReadWriteTransaction() |
Copyright © 2019 OpenDaylight. All rights reserved.