Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi.store |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMStoreReadTransaction |
interface |
DOMStoreReadWriteTransaction
Combination of a
DOMStoreReadTransaction and DOMStoreWriteTransaction . |
interface |
DOMStoreWriteTransaction |
interface |
SnapshotBackedTransaction
Interface implemented by
DOMStoreTransaction s which are backed by a DataTreeSnapshot . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMStoreTransaction<T>
Abstract DOM Store Transaction.
|
class |
SnapshotBackedReadTransaction<T>
Implementation of read-only transaction backed by
DataTreeSnapshot which delegates most
of its calls to similar methods provided by underlying snapshot. |
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 . |
Copyright © 2019 OpenDaylight. All rights reserved.