Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.tree |
Modifier and Type | Interface and Description |
---|---|
interface |
CursorAwareDataTreeModification
A
DataTreeModification which allows creation of a DataTreeModificationCursor . |
interface |
CursorAwareDataTreeSnapshot
A
DataTreeSnapshot which allows creation of a DataTreeSnapshotCursor . |
interface |
DataTreeModification
Class encapsulation of set of modifications to a base tree.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedDataTreeModification
A
DataTreeModification implementation which delegates all calls to
another instance, making sure no method is being invoked from multiple threads
concurrently. |
Modifier and Type | Method and Description |
---|---|
DataTreeSnapshot |
DataTree.takeSnapshot()
Take a read-only point-in-time snapshot of the tree.
|
Copyright © 2019 OpenDaylight. All rights reserved.