public interface DataTreeCursorProvider
| Modifier and Type | Method and Description |
|---|---|
<T extends DataObject> |
createCursor(@NonNull DataTreeIdentifier<T> path)
Create a new
DataTreeCursor at specified path. |
<T extends DataObject> @Nullable DataTreeCursor createCursor(@NonNull DataTreeIdentifier<T> path)
DataTreeCursor at specified path. May fail if specified path
does not exist.path - 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.