public interface DataTreeSnapshot
DataTree
. The snapshot is stable and isolated,
e.g. data tree changes occurring after the snapshot has been taken are not
visible through the snapshot.Modifier and Type | Method and Description |
---|---|
DataTreeModification |
newModification()
Create a new data tree modification based on this snapshot, using the
specified data application strategy.
|
com.google.common.base.Optional<NormalizedNode<?,?>> |
readNode(YangInstanceIdentifier path)
Read a particular node from the snapshot.
|
com.google.common.base.Optional<NormalizedNode<?,?>> readNode(YangInstanceIdentifier path)
path
- Path of the nodeDataTreeModification newModification()
Copyright © 2018 OpenDaylight. All rights reserved.