@Beta public interface CursorAwareDataTreeModification extends DataTreeModification, CursorAwareDataTreeSnapshot
DataTreeModification
which allows creation of a DataTreeModificationCursor
.Modifier and Type | Method and Description |
---|---|
DataTreeModificationCursor |
createCursor(YangInstanceIdentifier path)
Create a new
DataTreeModificationCursor at specified path. |
applyToCursor, delete, merge, ready, write
newModification
readNode
@Nullable DataTreeModificationCursor createCursor(@Nonnull YangInstanceIdentifier path)
DataTreeModificationCursor
at specified path. May fail
if specified path does not exist. It is a programming error to use normalcreateCursor
in interface CursorAwareDataTreeSnapshot
path
- Path at which the cursor is to be anchoredIllegalStateException
- if there is another cursor currently open,
or the modification is already DataTreeModification.ready()
.Copyright © 2018 OpenDaylight. All rights reserved.