@Beta
public interface DataTreeCursorProvider
| Modifier and Type | Method and Description |
|---|---|
<T extends TreeNode> |
createCursor(DataTreeIdentifier<T> path)
Create a new
DataTreeCursor at specified path. |
@Nullable <T extends TreeNode> DataTreeCursor createCursor(@Nonnull DataTreeIdentifier<T> path)
DataTreeCursor at specified path. May fail if specified path
does not exist.T - data tree typepath - Path at which the cursor is to be anchoredIllegalStateException - if there is another cursor currently open, or the transaction
is already closed (closed or submitted).Copyright © 2019 OpenDaylight. All rights reserved.