Package | Description |
---|---|
org.opendaylight.mdsal.binding.javav2.api |
Modifier and Type | Interface and Description |
---|---|
interface |
DataTreeWriteCursor |
Modifier and Type | Method and Description |
---|---|
<T extends TreeNode> |
DataTreeCursorProvider.createCursor(DataTreeIdentifier<T> path)
Create a new
DataTreeCursor at specified path. |
<T extends TreeNode> |
CursorAwareWriteTransaction.createCursor(DataTreeIdentifier<T> path)
Create a
DataTreeWriteCursor anchored at the specified path. |
Copyright © 2019 OpenDaylight. All rights reserved.