Package | Description |
---|---|
org.opendaylight.mdsal.dom.spi.store |
Modifier and Type | Class and Description |
---|---|
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.